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

How to get the GridTableControl for a given GridRecord?

Hi,
I have a need to access the GridTableControl for a given GridRecord, but cant see an obvious way of getting it except for the primary GGC.TableControl.

Any ideas?
Thanks
John

1 Reply

HA haneefm Syncfusion Team October 4, 2007 07:38 PM UTC

Hi John,

You can use these codes

string _tdName = record.ParentTableDescriptor.Name;
GridTableControl _tc = this.gridGroupingControl1.GetTableControl(_tdName);

to get the GridTableControl from the record. Please try this and let me know if this helps.

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon