Skip to content

Commit 15ec407

Browse files
committed
Modified the md file
1 parent b1a86c9 commit 15ec407

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ej2-asp-core-mvc/code-snippet/grid/filtering/excelfilter-custom-datasource/razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
col.Field("Freight").HeaderText("Freight").Width("100").Format("C2").Add();
66
col.Field("OrderDate").HeaderText("Order Date").Width("100").Format("yMd").Add();
77
}).ActionBegin("actionBegin").Render()
8-
</div>
8+
99
<script>
1010
function actionBegin(args) {
1111
var hostUrl = 'https://services.syncfusion.com/aspnet/production/';

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/excel-like-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The following example demonstrates how to remove the context menu option in the
134134

135135
## Bind custom remote datasource for excel/checkbox filtering
136136

137-
The Syncfusion ASP.NET MVC Grid allows you to dynamically change the filter data source for the Excel or checkbox filter module using custom remote data as well. This can be done by either assigning a custom remote `DataManager` as the `DataSource` or by fetching the data initially and storing it in a global variable. This data can then be bound directly to the filter module's `DataSource` in the [ActionBegin](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.grids.grid.html#Syncfusion_EJ2_Grids_Grid_ActionBegin) event for the `FilterBeforeOpen` **RequestType**, as detailed in our [knowledge base](https://support.syncfusion.com/kb/article/10065/how-to-change-the-data-source-for-checkbox-filter-popup-in-grid).
137+
The Syncfusion ASP.NET MVC Grid allows you to dynamically change the filter data source for the Excel or checkbox filter module using custom remote data as well. This can be done by either assigning a custom remote `DataManager` as the [dataSource](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.Grid.html#Syncfusion_EJ2_Grids_Grid_DataSource) or by fetching the data initially and storing it in a global variable. This data can then be bound directly to the filter module's `DataSource` in the [ActionBegin](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.grids.grid.html#Syncfusion_EJ2_Grids_Grid_ActionBegin) event for the `FilterBeforeOpen` **RequestType**, as detailed in our [knowledge base](https://support.syncfusion.com/kb/article/10065/how-to-change-the-data-source-for-checkbox-filter-popup-in-grid).
138138

139139
The following example demonstrates how to dynamically change the remote custom data source for all columns in the Excel or checkbox filter dialog using a `DataManager` with `WebApiAdaptor`.
140140

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/excel-like-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The following example demonstrates how to remove the context menu option in the
134134

135135
## Bind custom remote datasource for excel/checkbox filtering
136136

137-
The Syncfusion ASP.NET Core Grid allows you to dynamically change the filter data source for the Excel or checkbox filter module using custom remote data as well. This can be done by either assigning a custom remote `DataManager` as the `dataSource` or by fetching the data initially and storing it in a global variable. This data can then be bound directly to the filter module's `dataSource` in the [actionBegin](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.grids.grid.html#Syncfusion_EJ2_Grids_Grid_ActionBegin) event for the `filterBeforeOpen` **requestType**, as detailed in our [knowledge base](https://support.syncfusion.com/kb/article/10065/how-to-change-the-data-source-for-checkbox-filter-popup-in-grid).
137+
The Syncfusion ASP.NET Core Grid allows you to dynamically change the filter data source for the Excel or checkbox filter module using custom remote data as well. This can be done by either assigning a custom remote `DataManager` as the [dataSource](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.Grid.html#Syncfusion_EJ2_Grids_Grid_DataSource) or by fetching the data initially and storing it in a global variable. This data can then be bound directly to the filter module's `dataSource` in the [actionBegin](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.grids.grid.html#Syncfusion_EJ2_Grids_Grid_ActionBegin) event for the `filterBeforeOpen` **requestType**, as detailed in our [knowledge base](https://support.syncfusion.com/kb/article/10065/how-to-change-the-data-source-for-checkbox-filter-popup-in-grid).
138138

139139
The following example demonstrates how to dynamically change the remote custom data source for all columns in the Excel or checkbox filter dialog using a `DataManager` with `WebApiAdaptor`.
140140

0 commit comments

Comments
 (0)