Would like this option just like the regular grid has: http://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes
Hello Aleksandr,
A possible approach is described in the Knowledge Base article linked below:
- https://docs.telerik.com/kendo-ui/knowledge-base/treelist-filter-checkboxes
Another possibility is to enable the columnMenu and set the filterable option to multi:
filterable: {
multi: true,
search: true
},
reorderable: true,
sortable: true,
columnMenu: true,
Here is such a Dojo example: - https://dojo.telerik.com/@NeliK/iwEneWaw
Regards,
Neli
Progress Telerik
Hello Prabu,
The issue has not been scheduled for implementation, yet.
You can follow the request in order to be notified when its status is changed and a milestone is set.
Regards,
Neli
Progress Telerik
Hi,
We would like to have this feature implemented in the TreeList Colum filter.
Is there any date for the feature to be added?
Regards,
Prabu Daniel
Are there any work-arounds?