|
A special feature of Hierarchical DataGridView is its ability to analyze, process
and display hierarchical data created in a flat structure (typically in System.Data.DataTable
or any other System.Windows.Forms.BindingSource object). At the same time developer
does not have to make an effort to prepare and transform the data that he, for example,
has got from relational database, into a form suitable for hierarchical viewing
(e.g., he does not have to build and fill any collection of nodes, that reflects
data hierarchy, to enable the viewing of data in this control).
|