Skip to content

Commit 05797f5

Browse files
Merge branch 'hotfix/hotfix-v31.1.17' of https://github.com/syncfusion-content/wpf-docs into hotfix/hotfix-v31.1.17
2 parents 005cd40 + e7d9985 commit 05797f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wpf/TreeGrid/Filtering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ treeGrid.FilterLevel = FilterLevel.All;
2727

2828
* All - Filter will be applied to all the nodes in SfTreeGrid.
2929

30-
* Extended - Filter will be applied to all the nodes. If a node matches the filter condition, its all ancestors will be displayed even though the parent node does not match the filter condition.
30+
* Extended - Filter will be applied to all nodes. However, child nodes are filtered only when their parent node is either in an expanded state or matches the filter condition. If a node matches the filter condition, all of its ancestor nodes will be displayed, even if those ancestors do not match the filter condition.
3131

3232
**Root**
3333

@@ -39,7 +39,7 @@ Filter will be applied to all the nodes in SfTreeGrid. If a parent node does not
3939

4040
**Extended**
4141

42-
Filter will be applied to all the nodes. If a node matches the filter condition, its all ancestors will also be displayed even though the parent node does not match the filter condition, and parent node’s `IsFiltered` value will be set to false.
42+
Filter will be applied to all nodes. However, child nodes are filtered only when their parent node is either in an expanded state or matches the filter condition. If a node matches the filter condition, all of its ancestor nodes will be displayed, even if those ancestors do not match the filter condition, and ancestor node’s `IsFiltered` value will be set to false.
4343

4444
N> You can change the `FilterLevel` at run time.
4545

0 commit comments

Comments
 (0)