Completed
Last Updated: 17 Sep 2020 17:48 by ADMIN
Release 2020.R3
Imported User
Created on: 25 Jun 2015 16:09
Category: TreeList
Type: Feature Request
11
TreeList with checkbox/check children support
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))
2 comments
ADMIN
Carl
Posted on: 17 Sep 2020 17:48

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/.

ADMIN
Telerik Admin
Posted on: 25 Jun 2015 16:18
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.