I have this type of problem . From some case I need to disable whole tree . And as I see when I disable root of the tree all children items will be disabled .
But when I enable that disabled item . it mean that i remove the identifier keys from disabled disabledKeys input param . I can't select tree node . Whole tree will be unselectable except the root items .
In my point of view Kendo has a bug so when you disable tree node and then enable that node you can select the disabled keys but you can't select childrens from that node before clicking on the roots of that children item.
If I am wrong please give me a tips how to make it that will allows me to select every item that I want when tree node is disabled and after it enabled .
Thank you.