AD
Administrator
Syncfusion Team
October 28, 2005 10:24 PM UTC
If you want to set cell specific properties in a GridDataBoundGrid, then you will have to handle an event like grid.Model.QueryCellInfo. There, you can use e.RowIndex and e.ColIndex to identify the cell on which you are being asked to set properties. Then, based on whatever criteria you want to use, you can set properties on e.Style to specify the look and behavior of the cell at e.RowIndex and e.ColIndex.
You can do a search for QueryCellInfo in teh grid KB to see several samples using this event including this particular KB.
http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=95