RadTreeView for ASP.NET

How to add and edit templates Design Time Send comments on this topic.
See Also
Templates > How to add and edit templates Design Time

Glossary Item Box

How to add and edit templates

To add and edit a global (RadTreeView Node Template) template:

  1. Access the RadTreeView Node Template editor:
  2. On the treeview Smart Tag, click Edit Templates and choose RadTreeView Node Template


    OR

    Right-click the instance of Telerik RadTreeView, and select Edit Template --> RadTreeView Node Template.

  3. Add any content to the RadTreeView Node Template editor. For example, to add a third-party control, drag the desired control from the Toolbox.

  4. To add and edit a per node (Node Template) treeview template:

    1. Access the Node Templates editor:
    2. On the treeview Smart Tag, click Edit Templates and choose an item 


      OR 

      Right-click the instance of Telerik RadTreeView, and select Edit Template --> Node Templates.
    3. Add any content to the Node Templates editor. For example, to add a third-party control, drag the desired control from the Toolbox.
    4. When you are done, just press End Template Editing:


      See Also