Hi,
We are implementing filtering in Kendo Angular treeview.For that we are considering two options
Option 1:
Filtering based on below link
https://qqf7hb.run.stackblitz.io/
This example works fine. But it includes all child nodes/items of parent even child items does not contain filtered text. (only parent node contains filtered text and non of the child nodes/items. But still all the child nodes/items of parent are shown)
Do you have any sample to show filtering like below example
https://demos.telerik.com/kendo-ui/treeview/filter-treeview-in-dialog
Option 2:
Don't filter any nodes/items. While typing in filtering textbox, expand all parent and child nodes of treeview and display all nodes/items which has filtered text with different style (preferably with yellow background like attached image) and scroll the treeview to the first occurance of node/item which has filtered text (As there will be lot of items in the treeview with scroll bar)
It would be great if you can provide any sample for this approach
Thanks,
Rajesh