RadTreeView for ASP.NET AJAX

RadControls for ASP.NET AJAX

When the user clicks the minus button next to a Node that has child Nodes, the NodeCollapse event fires. Use the RadTreeNodeEventArgs.Node property to get or set the collapsed Node properties. The Node ExpandMode property must be set to ServerSide for this event to fire.

Note

Every collapse of a node causes a postback if the ExpandMode is set to ServerSide.

See Also