Hello,
I have a requirement where only one node in the tree can be checked (in the checkbox). I got it working by attaching an “OnBeforeCheck” event and clearing previous selections and letting only the current node checked. However, if the user selects on a parent node checkbox then all the child nodes are getting selected and this is not intended. I know this is the default, but is there a way to keep only the parent node selected?
Thanks
Srinivas