Grid refresh after batch save

Hello, I have an issue with grid refresh after batch save, batch save is called every time a cell value is changed,

I want to refresh only the changed cell

[Grid]






Attachment: video_9083dd17.zip

3 Replies

JC Joseph Christ Nithin Issack Syncfusion Team October 26, 2021 03:51 PM UTC

Hi Tarik, 

  Greetings from Syncfusion support. 

We have validated your query. We have created a sample using the provided code example, but we were not able to replicated the mentioned issue. We have attached the sample for your reference. Please provide the following information so that we will be able to provide a better solution ASAP. 

  • Try to reproduce the mentioned issue in the sample provided.
  • Share a simple issue reproducing sample.
  • Share the Syncfusion package version you are using.

Please get back to us for further details. 

Regards, 
Joseph I. 



TA Tarik October 26, 2021 04:26 PM UTC

Hi, in your sample, after batch saving you're calling the datasource method everytime a cell is changed, I want to know if there is some way to return only the changed row because I have many rows and calling the database every time can slow my app



RR Rajapandi Ravi Syncfusion Team October 27, 2021 07:59 AM UTC

Hi Tarik, 

We have checked your shared code example and we found that you are calling a batchSave() in cellSave event. So only we have implemented the same in our application. So, when the cell is saved while calling the batchSave() it will send the changes to the server. Before we start providing solution on your query, we need some information for our clarification. Please share the below details that will be helpful for us to provide better solution. 

1)           Please share your exact requirement step by step with detailed description. 

2)           Please confirm after changing the cell value, you like to call the batchSave() programmatically ? 

Rajapandi R 




Loader.
Up arrow icon