Treeview filter(with checkboxes)
Hi Team,
There is a filternodes option available but not with checkboxes. Would be glad to have Treeview filter(with checkboxes) something similar kenod jquery component(attached the link and screenshot for your reference). Is there any plans to release this feature in near future?
Hi Annamalai,
I am glad to share that the Kendo Angular TreeView component already provides built-in filtering functionality. For more details check this article from our documentation:
https://www.telerik.com/kendo-angular-ui/components/treeview/filtering/
Regards,
Martin
Progress Telerik
Тhe web is about to get a bit better!
The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.
Hi Annamalai,
Thank you for the provided screenshot and details. The provided how-to article demonstrating the filtering functionality:
https://www.telerik.com/kendo-angular-ui/components/treeview/how-to/filtering/
can be extended using the kendoTreeViewCheckable directive in order to implement a filterable TreeView component with checkboxes. Please check the following example demonstrating such approach:
https://stackblitz.com/edit/angular-zkweqv?file=app/app.component.ts
Feel free to open a private support ticket in case any further assistance would be required to configure the TreeView as per the desired use case scenario. Thank you in advance.
Regards,
Svetlin
Progress Telerik