 |  | Developer Tools |
 |  | .Net Controls |
|  |  |  | FlyTreeView for ASP.NET 1.1 |
|  |  |  | FlyTreeView for ASP.NET 2.0 |
|
|
About This Demo
The FlyTreeView control can also be bound to tabular data sources like DataTables,
arrays, enumerables, etc.
The FlyTreeView.ConvertTabularDataToHierarchical()
static method allows to convert tabular data into hierarchical representation using
provided keyField and parentKeyField
that identify relationships between parent and child nodes.
Note
Root nodes should have parent key field equal to null (DBNull) or have the same
value as key field.
Use the arrow keys to navigate through nodes. Click the Postback Page button in
order to postback the page.
|