AD
Administrator
Syncfusion Team
December 12, 2003 02:57 PM UTC
In a virtual grid, if you want to change a cell''s backcolor, you have to do it by setting e.Style.BackColor in your QeryCellInfo handler.
Virtual grids store no information on cells in the grid''s internal storage. So, you do not ''set'' a cell''s backcolor, instead you ''provide'' a cell''s backcolor in QueryCellInfo.