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

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