New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

NodeCheck

When the user selects or unselects a Node checkbox, the NodeCheck event fires. The RadTreeNodeEventArgs has a Node property that can be used to get the current Checked property value of that Node.

C#
protected void RadTreeView1_NodeCheck(object sender, Telerik.Web.UI.RadTreeNodeEventArgs e)
{    
    e.Node.Text = e.Node.Checked.ToString();
}	

See Also

In this article
See Also
Not finding the help you need?
Contact Support