Hello,
after adapting your TreeView CheckBox sample (http://demos.telerik.com/kendo-ui/treeview/checkboxes),
I'm experiencing some troubles when using the TreeView with CheckBoxes in 'checkChildren' mode.
The problem is that some items seem to be checking their parent nodes after checking them.
The children are checked correctly, but I don't think that checking the PARENTS does make any sense.
I already tried it with a lot of different nodes, this occurs not all the time.
It seems to happen only with the second root node and the first few children of it.
At first I suspected my items for having equivocal IDs, but they seem to be set appropriately.
I also tried to comment the "onCheck" and the "checkedNodeIds" function but this does not affect the behavior in any way either.
I hope you can provide help on this issue,
thanks in advance.
Ronald