Is there an easy way to find the intermediate state in the tri-state checkbox with javascript?
I understand that there is a style applied to the checkbox based on child states, just wasn't sure if there was an actual property of the treeview checkbox that would be easy to find.
Thanks,
2 Answers, 1 is accepted
0
Accepted
Veronica
Telerik team
answered on 03 May 2011, 09:20 AM
Hello Peppi,
The RadTreeNode client-side object exposes the get_checkState function which returns TreeNodeCheckState which represents the current state of the Node's CheckBox.