RadTreeView for ASP.NET AJAX

RadControls for ASP.NET AJAX

The NodeEdit event fires when the user clicks the Enter key after editing a Node. The RadTreeNodeEditEventArgs passed to the event handler provides a reference to the edited Node and a Text property. Set the RadTreeView AllowNodeEditing to enable the ability to edit. Edited nodes don't automatically persist user changes.

In the example below the "old" text is represented by e.Node.Text and the "new" text entered by the user as e.Text. The new text is assigned to the Node.

See Also