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 Font always Tahoma?

I''ve been having a heck of a time trying to convert from Excel column widths to my system that uses the SyncFusion grid. First, I discovered that ExcelRW always thinks that the Excel Application.StandardFont is Tahoma, now I discover that immediately after changing my Virtual Grid''s Font to Microsoft San Serif, that the Virtual Grid''s Font is STILL Tahoma (with or without .BeginInit) (using version 2051) What''s up? Is there a system setting that precludes any other font?? Confused, Greg

1 Reply

AD Administrator Syncfusion Team May 15, 2004 05:59 AM UTC

To set the base style for all grid cells, try setting this.grid.BaseStylesMap["Standard"].StyleInfo.Font.Facename = "Arial Black"; It is set to Tahoma by default, but you should be able to change it.

Loader.
Live Chat Icon For mobile
Up arrow icon