AD
Administrator
Syncfusion Team
November 30, 2005 09:18 AM UTC
Before setting the font, try calling style.ResetFont to see if this makes things work all the time.
this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.ResetFont();
this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Font = new GridFontInfo(new Font("Courier New", 10));