We have a requirement in our application that the user should not check the Root node, we need to disable the checkbox of root node alone.
We are loading the treeview using Ajax Binding (Load on Demand).
Please help.!
Thanks,
Vidya
2 Answers, 1 is accepted
0
Accepted
Dimiter Madjarov
Telerik team
answered on 18 Feb 2013, 09:58 AM
Hi Vidya,
You could disable the checkbox for the root item by setting it's disabled attribute to true.