AD
Administrator
Syncfusion Team
March 21, 2003 12:11 AM UTC
You can force PrepareViewStyleInfo to be called by calling GridDataBoundGrid.RefreshRange.
this.gridDataBoundGrid1.RefreshRange(GridRangeInfo.Cell(0,2)); //redraw col header 2
So if you want a header to be colored, set some flag (or something else that you can test in PrepareViewStyleInfo), and then call RefreshRange.