We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How can you invalidate only certain cells while in Virtual mode?

Here''s my basic situation. I have a virtual grid, where the data collection serving the grid is being updated in real time behind the scenes. However, only certain fields of each row are updated. I know I can call grid.ResetVolotileData() to force the virtual grid to call QueryCellInfo for all of the cells currently visible on the grid. But that would be a waste if only a handful of those cells actually changed. That said, is there a way to invalidate only certain cells so that QueryCellInfo is only called for those cells? It seems like ChangeCells is not meant for virtual mode grids, correct me if I''m wrong.

1 Reply

AD Administrator Syncfusion Team March 10, 2004 04:53 PM UTC

To invalidate only certain cells, you can call grid.RefreshRange passing in the range of cells to be refeshed.

Loader.
Live Chat Icon For mobile
Up arrow icon