I have three tables in a dataset that a in a parent-child-grandchild relationship and bounded to a single ggc. How do i get the table descriptor of a specific table in the ggc?

I have three tables in a dataset that a in a parent-child-grandchild relationship and bounded to a single ggc. How do i get the table descriptor of a specific table in the ggc?


1 Reply

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


Loader.
Up arrow icon