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

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.
Live Chat Icon For mobile
Up arrow icon