AD
Administrator
Syncfusion Team
April 27, 2004 06:11 PM UTC
Hi Pete,
you could instead hide the first column by setting the grid.ColWidths[0] = 0; Then the row headers would not be visible at all.
But, if you do want that special column then you could instead handle QueryCellInfo, check for e.ColIndex = 0 and then set e.Style.CellType and other properties you want to change.
Yet another alternative solution would be to change BaseStyles["Row Header"].StyleInfo.
Stefan