GGC: Getting a DataView for a nested table

Is it possible to get a DataView object corresponding to a partucular nested table in GridGroupingControl? If yes, then how can I do that?

1 Reply

HA haneefm Syncfusion Team April 5, 2007 05:34 PM UTC

Hi Helen,

Please try this code.

DataTable dt = this.gridGroupingControl1.DataSource as DataTable;
DataTable cdt = dt.ChildRelations["RelationName"].ChildTable;

Best regards,
Haneef

Loader.
Up arrow icon