AD
Administrator
Syncfusion Team
June 21, 2005 08:50 PM UTC
Exactly what kind of work are you doing in QueryCellInfo to get th edata? Is it a simple indexed lookup in something like a DataTable? Or, is it something more involved? The code you have in QueryCellInfo determines for the most part the performance you will see.
You can try calling grid.RefreshRange(grid.ViewLayout.VisibleCellsRange) to see if that works better for you.
There is a sample, \Syncfusion\Essential Studio\3.2.1.0\Windows\Grid.Windows\Samples\Performance\RefreshGrid, that shows ways to optimize the refreshing of the grid.