I'm using a Kendo TreeView with checkboxes, similar to the example provided on the demo page here. It appears that the behavior of the TreeView widget with checkboxes enabled is that checkboxes are only checked when the checkbox itself is not clicked and not when the node is clicked. In the following jsFiddle, I'd like to, for example, click the text My Documents and have it's associated checkbox, and all child checkboxes checked.
http://jsfiddle.net/13daysaweek/9bSFr/
Is this behavior possible with the TreeView?
http://jsfiddle.net/13daysaweek/9bSFr/
Is this behavior possible with the TreeView?