|
Hierarchical DataGridView v1.7
Hierarchical DataGridView is a brand new Windows Forms component that extends DataGridView
component included in Microsoft .NET Framework 2.0 and .Net Framework 3.5. It is
a unique grid control that organizes, edits and displays data in hierarchical form.
Hierarchical DataGridView can be seen as a mixture of Visual Studio 2005 or Visual
Studio 2008 DataGridView, Microsoft Project or Microsoft Access data table and simple
Excel sheet.
If you are a Visual Studio 2005 or Visual Studio 2008 developer and the terms such
as data relation, self-referencing hierarchy, data structure, multilevel data, master-detail,
parent-child, category-subcategory, tree or recursion describe the problem that
you have, Hierarchical DataGridView is the right component to solve it.
Hierarchical DataGridView control supports data binding to any data source that
implements IList, IListSource, IBindingList and IBindingListView interfaces such
as BindingSource, Collections, Lists, Business Objects, etc. Binding to Nullable
Data Types are also supported.
|