From 303cddbb655fad21d2c3d5d78e0f3f681ddba2a4 Mon Sep 17 00:00:00 2001 From: Sivaranjani Rajasekaran Date: Thu, 23 Oct 2025 16:32:14 +0530 Subject: [PATCH 1/2] Updated the note in FilterBar topic --- ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md | 2 +- ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-bar.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md b/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md index ab4f8e9a80..cddeec6ef6 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md @@ -43,7 +43,7 @@ The following example demonstrates how to activate default filtering in the grid ![Filter bar](../images/filtering/filterbar.png) -> To enable or dynamically switch the filter type, you must set the [FilterSettings.Type](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Grids.GridFilterSettings.html#Syncfusion_EJ2_Grids_GridFilterSettings_Type) as **FilterBar**. +> If the [FilterSettings.Type](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Grids.GridFilterSettings.html#Syncfusion_EJ2_Grids_GridFilterSettings_Type) is not explicitly specified, it defaults to **FilterBar**. ## Filter bar modes diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-bar.md b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-bar.md index a142192bd8..f4aae38024 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-bar.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-bar.md @@ -43,7 +43,7 @@ The following example demonstrates how to activate default filtering in the grid ![Filter bar](../images/filtering/filterbar.png) -> To enable or dynamically switch the filter type, you must set the [filterSettings.type](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.GridFilterSettings.html#Syncfusion_EJ2_Grids_GridFilterSettings_Type) as **FilterBar**. +> If the [filterSettings.type](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.GridFilterSettings.html#Syncfusion_EJ2_Grids_GridFilterSettings_Type) is not explicitly specified, it defaults to **FilterBar**. ## Filter bar modes From 453eeb61fb8b746bf45936941df1a53ed7163de5 Mon Sep 17 00:00:00 2001 From: Sivaranjani Rajasekaran Date: Thu, 30 Oct 2025 14:03:08 +0530 Subject: [PATCH 2/2] Fixed front matter and URL issues causing CI failure --- ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md | 4 ++-- ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-bar.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md b/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md index cddeec6ef6..e802659738 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md @@ -1,6 +1,6 @@ --- layout: post -title: Filter Bar in ##Platform_Name## Grid Component +title: Filter Bar Syncfusion in ##Platform_Name## Grid Component description: Learn here all about Filter Bar in Syncfusion ##Platform_Name## Grid component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Filter Bar @@ -154,4 +154,4 @@ To utilize this feature, you can define a custom template for the filter bar by ## See also -* [How to perform filter by using Wildcard and LIKE operator filter](./filtering/#wildcard-and-like-operator-filter) \ No newline at end of file +* [How to perform filter by using Wildcard and LIKE operator filter](./filtering#wildcard-and-like-operator-filter) \ No newline at end of file diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-bar.md b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-bar.md index f4aae38024..6189f2e112 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-bar.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-bar.md @@ -1,6 +1,6 @@ --- layout: post -title: Filter Bar in ##Platform_Name## Grid Component +title: Filter Bar Syncfusion in ##Platform_Name## Grid Component description: Learn here all about Filter Bar in Syncfusion ##Platform_Name## Grid component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Filter Bar @@ -153,4 +153,4 @@ To utilize this feature, you can define a custom template for the filter bar by ## See also -* [How to perform filter by using Wildcard and LIKE operator filter](./filtering/#wildcard-and-like-operator-filter) \ No newline at end of file +* [How to perform filter by using Wildcard and LIKE operator filter](./filtering#wildcard-and-like-operator-filter) \ No newline at end of file