AD
Administrator
Syncfusion Team
February 26, 2008 09:02 PM UTC
Hi Sendil,
You can use the GetTableDescriptor method to get the table descriptor for any nested realtion that matches the specified name. Below is a codes:
GridTableDescriptor td = this.gridGroupingControl1.GetTableDescriptor("ChildTableName");
Best regards,
Haneef