Skip to content

Commit 91fc568

Browse files
ES-978602 - Update the UG documentation for FilterLevel Extended behavior changes in WPF SfTreeGrid
1 parent 9cb33ba commit 91fc568

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. However, filter will be applied to child nodes only when their parent node is either in an expanded state or matches the filter condition. 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. However, filter will be applied to child nodes only when their parent node is either in an expanded state or matches the filter condition. 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)