Grid Column Header Font

Where do I change the BOLD property for the column headers in my grid? The text in the column headers ~looks~ like its bold and I can't find where to change it. Either design time or run time solution would be ok. Thanks!

1 Reply

AD Administrator Syncfusion Team July 16, 2003 09:44 PM UTC

You need to set the "Header" basestyle Font property. You can do this either from code, or through the BaseStylesMap in the designer. this.gridControl1.BaseStylesMap["Header"].StyleInfo.Font.Bold = false;

Loader.
Up arrow icon