Relations and Hierarchies

These samples illustrate the relational and hierarchical support of the GridGroupingControl.

Related Master Details Demo - This sample demonstrates how to manually specify the master-detail relations between three separate tables that have primary-key and foreign-key columns in common.

Master Detail Form Demo - This sample demonstrates a grid that is used in the Windows Forms Currency Manager Master Details setup with data source and data member properties inside a form.

Foreign-Key Reference Demo - This sample shows the RelationKind.ForeignKeyReference relation.

List Item Reference Demo - This sample shows the RelationKind.ListItemReference relation.

Uniform Child List Demo - This sample shows the RelationKind.UniformChildList relation.

Self-Referential Grid Demo - This sample demonstrates how to manually specify self relations in a table.

Hierarchy Demo - This sample shows how to bind a hierarchical data set to a Grid Grouping Control.

Hierarchy View Demo - This sample shows how to customize a hierarchical data set that is bound to a Grid Grouping Control.

Entity Framework Demo - This sample illustrates the implementation of ADO .NET Entity Framework support in the GridGroupingControl.

Employee Territory Order Demo - This sample demonstrates the different kinds of relations that exist between tables in a data set.