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

GridGrouping ChildTable Header

Hi Guys,

can someone give me a short hint on how to change the header text of ChildTable's columns?

Thx a lot!

Jan

1 Reply

NR Nirmal Raja Syncfusion Team July 22, 2010 02:32 PM UTC

Hi Jan,

Thank you for your interest in Syncfusion products.

Please try by specifying the name of the table in the GetTableDescriptor method and change the HeaderText property.

Please refer the code below:
this.gridGroupingControl1.GetTableDescriptor("ChildTableName").Column["Col1"].HeaderText = "NewText";

Let me know if you have any queries.

Regards,
Nirmal

Loader.
Live Chat Icon For mobile
Up arrow icon