New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Server-side specifics
The RadTreeNode class exposes the read-only CheckState property of type TreeNodeCheckState which represents the current state of the Node's CheckBox.
TreeNodeCheckState is an enumeration and has the following possible values:
-
Checked
-
Indeterminate
-
Unchecked
If a Node's CheckBox is clicked the server-side NodeCheck event fires only for the clicked Node regardless of the CheckChildNodes property of RadTreeView.