From 50b856be2ddee7dba4e2dd69c01e6c3473ded95f Mon Sep 17 00:00:00 2001 From: Sivaranjani Rajasekaran Date: Thu, 23 Oct 2025 15:56:23 +0530 Subject: [PATCH 1/4] Updated 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 367270c85822c441552ad9e3121baf0c9e515a5e Mon Sep 17 00:00:00 2001 From: Sivaranjani Rajasekaran Date: Thu, 30 Oct 2025 13:44:54 +0530 Subject: [PATCH 2/4] 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..331bdc9dfc 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 @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Filter bar in ASP.NET MVC Grid component +# Filter bar in Syncfusion ASP.NET MVC Grid component The filter bar feature provides a user-friendly way to filter data in the Syncfusion® ASP.NET MVC Grid. It displays an input field for each column, allowing you to enter filter criteria and instantly see the filtered results. @@ -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..3d9ddea017 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 @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Filter bar in ASP.NET Core Grid component +# Filter bar in Syncfusion ASP.NET Core Grid component The filter bar feature provides a user-friendly way to filter data in the Syncfusion® ASP.NET Core Grid. It displays an input field for each column, allowing you to enter filter criteria and instantly see the filtered results. @@ -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 From 5d3c287cdd6e740390a0588e04e3cde422c1538d Mon Sep 17 00:00:00 2001 From: Sivaranjani Rajasekaran Date: Thu, 30 Oct 2025 13:54:38 +0530 Subject: [PATCH 3/4] Fixed front matter issues causing CI failure. --- 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 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 331bdc9dfc..8c653b4189 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 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 3d9ddea017..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 @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Filter bar in Syncfusion ASP.NET Core Grid component +# Filter bar in ASP.NET Core Grid component The filter bar feature provides a user-friendly way to filter data in the Syncfusion® ASP.NET Core Grid. It displays an input field for each column, allowing you to enter filter criteria and instantly see the filtered results. From a74fe5a5c3ec06a790ee539f209b506760990544 Mon Sep 17 00:00:00 2001 From: Sivaranjani Rajasekaran Date: Thu, 30 Oct 2025 13:59:36 +0530 Subject: [PATCH 4/4] Fix the front matter issue in the MVC filter-bar.md file --- ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-bar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8c653b4189..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 @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Filter bar in Syncfusion ASP.NET MVC Grid component +# Filter bar in ASP.NET MVC Grid component The filter bar feature provides a user-friendly way to filter data in the Syncfusion® ASP.NET MVC Grid. It displays an input field for each column, allowing you to enter filter criteria and instantly see the filtered results.