|
Hierarchies
Essential Grid lets users expand and collapse nested relations within a grid. Users need to simply set the grid's data source to an ADO.NET DataTable or DataView with a foreign key and a relation. The grid then lets users show or hide details for records in the parent table.
Expanded Grid displaying Heirarchical Data
Collapsed Heirarchical Grid
Users can also bind a GridDataBoundGrid to custom collections. GridDataBoundGrid can be bound to any collection that derives from IList.
|
|
|
|