AD
Administrator
Syncfusion Team
March 17, 2004 11:03 AM UTC
You will have to use Model.QueryCellInfo to set any style property row by row (or cell by cell) in a GridDataBoundGrid.
Have you taken a look at the sample in this KB that shows how you might do this to add CellTips to a GridDataBoundGrid? The sample supports individual cell tips, but you could modify it so the hashcode is only based on the row, and that way only support row tips making things a little more efficient.
http://www.syncfusion.com/Support/article.aspx?id=10369