Update Datasource in GridDataBoundGrid

Hi SyncFusion,

We have a grid updating in every 100ms.

Since there is not every rows/columns get updated,
is there any good method/way to send update to datasource
and the grid only re-draw the part of updated regions?

Thanks!

1 Reply

RC Rajadurai C Syncfusion Team December 9, 2009 01:59 PM UTC

Hi Billy,

Thanks for your interest in Syncfusion Products.

To redraw only the specific part in the updated regions, you can make InvalidateRange() method call passing the specific range to be redrawn as parameter.

this.gridDataBoundGrid1.InvalidateRange([range to be redrawn]);

Regards,
Rajadurai

Loader.
Up arrow icon