RadTreeView for ASP.NET

Build a treeview Send comments on this topic.
See Also
New to Telerik RadTreeView? > Getting started > Design-time Support > Build a treeview

Glossary Item Box

Telerik RadTreeView has a rich design-time support, allowing you to add/remove/edit nodes and see the changes reflected immediately.

To build a treeview:

  1. Drag an instance of Telerik RadTreeView from the toolbox onto the webform.
  2. Right-click the instance, and from the context menu, select the Build RadTreeView command.


    This will pop up RadTreeView Builder, shown below


    The RadTreeView Builder is divided into two panes. The treeview on the left outlines the current structure of the treeview. The property grid on the right displays the properties of the currently selected tree node.

    The Add root button adds a level 1 node. The Add child button adds a child node to the currently selected node in the tree view. The Remove button removes the selected node as well as all its child nodes.

    Click OK to save your changes; click Cancel to discard them.

See Also