This sample illustrates the Related Master Details setup with data source and data member properties inside a form.

The following code shows registering the DataTable/IList with the SourceListSet so that the RelationDescriptor can resolve the name.


    		this.gridGroupingControl1.Engine.SourceListSet.Add("MyParentTable",parentTable);
this.gridGroupingControl1.Engine.SourceListSet.Add("MyChildTable",childTable);
this.gridGroupingControl1.Engine.SourceListSet.Add("MyGrandChildTable", grandChildTable);