Is there any support for checkbox columns in the treelist to behave the same way as the kendoTreeView checkboxes? (ie, checking or unchecking parent should check/uncheck all children? and checking or unchecking children should update parent check state (possible indeterminate states))
Hey folks!
As an update here, with R3 2020 we added checkbox selection as a built-in feature to the TreeList! Check out the feature in action by heading over to the TreeList Checkbox Selection demo.
Regards,
Carl
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
There's no built-in support for checkboxes in the treelist, Jay. Currently you can utilize a template column (http://docs.telerik.com/kendo-ui/api/javascript/ui/treelist#configuration-columns.template) with a checkboxes in its template and implement the check/uncheck conditions with your own custom logic.