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

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.
Live Chat Icon For mobile
Up arrow icon