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.
Up arrow icon