close cell edit from batch edit

Hi Syncfusion Team,


Is there a way to close the edition (grid.editModule.closeEdit()) individually from batch Edit?, it is observed that the function indicated above closes all the edited elements, I am looking for a way to close the edition according to the edited cell, for For example, there may be a number of cells edited, added or deleted, but it only seeks to close the cell that is edited.


Regards.


3 Replies 1 reply marked as answer

PS Pavithra Subramaniyam Syncfusion Team May 22, 2023 05:33 AM UTC

Hi Jean Caiza,


Greetings from Syncfusion.


In our EJ2 Grid component, there is no support for saving only selected cells. While updating, all the changes(edited, deleted, added) will be saved. This is the default behavior. So your requirement is not feasible “close the edition individually from batch Edit”
with our current architecture.


Regards,

Pavithra S



JC Jean Caiza replied to Pavithra Subramaniyam May 22, 2023 04:01 PM UTC

Hello, thanks for answering.


There is no way to revert changes of a certain cell or rows?, instead of canceling all the changes, I look for a way to return the value of the cell to its previous value, to be able to cancel it and avoid reverting the changes or closing the others batch edit changes



PS Pavithra Subramaniyam Syncfusion Team May 23, 2023 11:25 AM UTC

Hi Jean Caiza,


We also cannot cancel a particular change. We can only save/cancel the entire changes in batch editing mode.


Regards,

Pavithra S


Marked as answer
Loader.
Up arrow icon