AD
Administrator
Syncfusion Team
July 23, 2004 12:28 PM UTC
Just as you externally maintain the ''value'' data for a cell in a virtual grid, you would also have to maintain ''tag'' data for a cell. Once you did this, then you could use tags in a virtual grid.
The GridDataBoundGrid is a sort of virtual grid. It uses QueryCellInfo to provide values from its bound data source. Here are a couple of KB''s that discuss maintaining cell properties like Tags for that grid. Doing something for a general virtual grid could be similar.
http://www.syncfusion.com/Support/article.aspx?id=10369
http://www.syncfusion.com/Support/article.aspx?id=10439