We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon