I am using IG 16 and using WebdataTree for displaying location hierarchy. How do I filter the nodes based upon a search string of location? I want to display the location with it's parent location and hide all others. Is it possible to do that in Client side js?
Thanks,
Roy
Hello debasish,
Unfortunately, WebDataTree does not support filtering functionality. What I can suggest you instead of filtering is to expand to a particular node as mentioned in the forum below.
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/96408/webdatatree----any-way-to-filter-nodes
For example, it is possible to loop through all the nodes in a tree to find a particular one and expand its parent recursively.