Refreshing a single cell

Given a single cell myGrid[1,1], what is the quickest way to refresh and force a querycellinfo event and subsquent paint event for ONLY this cell in a virtual grid? Thanks, Steve

1 Reply

AD Administrator Syncfusion Team October 18, 2004 07:24 PM UTC

Try myGrid.RefreshRange(GridRangeInfo.Cell(1,1), true);

Loader.
Up arrow icon