Hi
I'm trying to deselect all the nodes in the tree and it looks like the 'clearSelection' method is suppose to do that but I can't seem to get it working, any suggestions? Here is a JSFiddle: http://jsfiddle.net/n0Leh279/
Thanks,
Armando
Hello Armando,
Thank you for using our forum.
I would like to let you know that ‘clearSelection’ method is used to deselect all selected nodes. Note that selected notes doesn’t mean checked nodes. To uncheck all checked nodes you can use the toggleCheckstate. I have updated the sample you sent me. Please check it out and let me know how my suggestion work for you.
http://jsfiddle.net/n0Leh279/12/
Hello,
I am still following your case. If you have any concerns or questions, please feel free to contact me, I will be glad to help you.