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
close icon

Updating multiple cells using SaveCellInfo - GridControl

Our application has GridControl that uses a DataTable as a VirtualGrid data source. Excel like multiple cell selections are enabled for the Grid. The user has given an option to change all selected (range) cell values through an automated mechanism. The changed cell values are updated to the datatable using the SaveCellInfo event.

At present the SaveCellInfo event fires for each of the cell in the selected range, it causes some performance issues for the users. I would like to know that is there any mechanism in the SyncFusion GridControl allows me to update entire selected range at one go (both in Grid display (avoiding cell by cell repaint) and in data source) without updating each of the cells individually.

Appreciate your help.

Best regards,

Arun Joseph

 

 

 


1 Reply

AG Anish George Syncfusion Team November 23, 2013 05:38 AM UTC

Hi Arun,

 

Thanks for using Syncfusion products.

 

We would like to let you know that in our current architecture there is no event for calling a range of cells to serialize at a same time in Virtual Grid. We have to use the SaveCellInfo event for saving the values of each cell when changed.

 

Please let us know if you have any further concerns.

 

Regards,

Anish.


Loader.
Live Chat Icon For mobile
Up arrow icon