AD
Administrator
Syncfusion Team
November 10, 2006 04:14 AM UTC
Hi James,
Before Changing the Backcolor of the header cell, you need to change the Themed property of the Header cell to false. Here is a code snippet.
this.grid.TableDescriptor.Appearance.AnyHeaderCell.Themed = false;
this.grid.TableDescriptor.Appearance.AnyHeaderCell.BackColor = Color.AliceBlue;
Best Regards,
Haneef