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

NodeClick

When the user clicks a Node, the NodeClick event fires. Use the RadTreeNodeEventArgs.Node property to get or set the clicked-on Node properties.

C#
protected void RadTreeView1_NodeClick(object sender, Telerik.Web.UI.RadTreeNodeEventArgs e)
{    
    e.Node.Text = "NodeClick fired for this node";
}

See Also

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