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

Different Text Color for Column Header of a GridGroupingControl

Hi
I cant seem to find a way to change the text color of the column headers of tha gridgroupingcontrol. I need the header to have a different text color then the cells themselves.
Please help
thanks.

2 Replies

AD Administrator Syncfusion Team February 20, 2007 03:06 PM UTC

Hi Ryan,

You can try using this code snippet to set the column header text color.

this.grid.TableDescriptor.Columns["ColumnName"].Appearance.AnyHeaderCell.TextColor = Color.Red;

Best regards,
Haneef


AD Administrator Syncfusion Team February 26, 2007 01:57 PM UTC

Thanks

>Hi Ryan,

You can try using this code snippet to set the column header text color.

this.grid.TableDescriptor.Columns["ColumnName"].Appearance.AnyHeaderCell.TextColor = Color.Red;

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon