How to add and edit templates
To add and edit a global (RadTreeView Node Template) template:
- Access the RadTreeView Node Template editor:
-
- 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.

- Add any content to the RadTreeView Node Template editor. For example, to add a third-party control, drag the desired control from the Toolbox.
To add and edit a per node (Node Template) treeview template:
- Access the Node Templates editor:
-
- 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.

- Add any content to the Node Templates editor. For example, to add a third-party control, drag the desired control from the Toolbox.
When you are done, just press End Template Editing:

See Also