AD
Administrator
Syncfusion Team
March 18, 2004 03:54 PM UTC
The problem is that QueryCellInfo is called for other things than drawing a cell.
Anytime the grid needs any style information about a cell, QueryCellInfo is fired. For example, if you move the mouuse over cells in the grid, QueryCellInfo is fired so the grid can do things like hittesting that may vary from cell to cell. And these do not eventually end up through CellDrawn.