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