RadTreeView for ASP.NET

ASPX structure of a treeview template Send comments on this topic.
See Also
Templates > ASPX structure of a treeview template

Glossary Item Box

You can define two types of Telerik RadTreeView templates:

  1. A global (RadTreeView Node Template) template that is applied to all TreeNodes automatically;
  2. per node (Node Template) template which will override the global template if set.

 

Templates work only when the treeview is in a bound mode. The above example shows an ASPX structure of the templates for a better understanding.

See Also