AD
Administrator
Syncfusion Team
January 31, 2005 10:47 AM UTC
You need to be using a GridGroupingControl to display multiple nested tables.
Try using a GridGroupingControl and set the DataSource to your master table. (This assumes that your master table is in a DataSet that has the relations to the other tables defined).
AD
Administrator
Syncfusion Team
February 1, 2005 07:09 AM UTC
Thanks, that works great.