Through its DetailTemplate property RadTreeList gives you the freedom to create and design one extra row for
each tree-list item. This additional detail row allows for data-binding the controls within to the data fields of its parent.
Thus, based on your custom preferences you can model the look and feel of the detail item in a non-table-dependant format while at
the same time filling it with content related to the parent row.
In order to take avail of this feature of RadTreeList's all you need to do is define your controls and custom HTML within the
DetailTemplate template property and use ASP.NET binding expressions (Eval or Bind) for the parent fields that will be visualized in the table row rendered.
Related Resources
RadTreeList's DetailTemplate