AD
Administrator
Syncfusion Team
April 26, 2004 08:15 PM UTC
grid[row, col] normally would hit QueryCellInfo unless the value is retrieved from the grid''s volatile cache.
Where are you calling grid[row, col] from? If you first call grid.ResetVolatileData before calling grid[row, col] does it hit QueryCellInfo then?