RadTreeView for ASP.NET
Search RadTreeView for ASP.NET
Contents
At a glance
Licensing
Installation and deployment
DNN
New to Telerik RadTreeView?
Already using the control
Standards Compliance
AJAX Support
Feature OverView
How RadTreeView compares to ASP.NET Treeview
Getting Started
ASP.NET 2.0 Features
Templates
Overview and when to use templates
ASPX structure of a treeview template
How to add and edit templates Design Time
How to add and edit templates Runtime
How to add controls to the node's Controls collection at run time
DataBinding expressions
Defining TreeView Structure
Data Binding
Controlling the visual appearance
Context Menus
Custom Attributes
Using Checkboxes
Using the Drag and Drop Functionality
Load On Demand Support
Example scenarios (How to)
Telerik RadTreeView Client-Side
Telerik RadTreeView Server-Side
Interoperability with Other Controls
TroubleShooting
API Reference
Get more help
PID412 ; RID7 ; VID0
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:
A
global (RadTreeView Node Template)
template that is applied to all TreeNodes automatically;
A
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
How to add and edit templates Design Time
How to add and edit templates Runtime
DataBinding expressions