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.