You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetmvc/TreeGrid/Filtering.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
3
title: Filtering | TreeGrid | ASP.NET MVC | Syncfusion
4
-
description: filtering
4
+
description: Learn here about filtering in Syncfusion Essential ASP.NET MVC TreeGrid Control, its elements, and more.
5
5
platform: ejmvc
6
6
control: TreeGrid
7
7
documentation: ug
8
8
---
9
9
10
-
# Filtering
10
+
# Filtering in ASP.NET MVC TreeGrid
11
11
12
12
Filtering helps to view specific or related records from data source which meets a given filtering criteria. To enable filtering in TreeGrid, set the `AllowFiltering` as `true`.
13
13
The `FilterSettings` property is used to customize the filtering in TreeGrid.
@@ -39,7 +39,7 @@ The below code explains how to enable filtering in TreeGrid.
39
39
40
40
The output of the TreeGrid with filtering enabled is as follows.
The TreeGrid allows the user to filter the columns with custom actions by using the method [`filterColumn`](https://help.syncfusion.com/api/js/ejtreegrid#methods:filtercolumn"filterColumn"). And it is possible to clear the filter for a specific column by using the method [`clearFilter`](https://help.syncfusion.com/api/js/ejtreegrid#methods:clearfilter"clearFilter").
45
45
@@ -73,7 +73,7 @@ The below code snippet explains the above behavior.
73
73
74
74
The output of the filtering with filter bar enabled is as follows.
0 commit comments