HA
haneefm
Syncfusion Team
April 19, 2007 06:03 PM UTC
Hi Ryan,
Try setting the ThemesEnanbled property of the gridgroupinggrid to false. or you need to set the RowHeaderCell and TopLeftHeaderCell's themed property to false.
this.gridGroupingControl1.ThemesEnabled = false;
//Or
this.gridGroupingControl1.TableDescriptor.Appearance.RowHeaderCell.Themed = false;
this.gridGroupingControl1.TableDescriptor.Appearance.TopLeftHeaderCell.Themed = false;
Best regards,
Haneef