Change other cell values using cellSave in batch edit mode in angular grid.

Hi Syncfusion team,

I'm using batch editing for grid. I want to do calculations when a cell is modified. The cellSave event seems to get triggered whenever a cell is modified. But how to update other cells using cellSave?

Is there any way(like oninput) where I can access the html element form and change the value?


Thanks,

Vaishnav


1 Reply

RR Rajapandi Ravi Syncfusion Team February 5, 2024 08:44 AM UTC

Hi Vaishnav,


Greetings from Syncfusion support


You can automatically update the value of a column based on the edited value of another column in batch mode. This feature is useful when you want to dynamically calculate and update a column’s value in real-time based on the changes made in another related column. We have already discussed about your requirement in our documentation, which can be accessed from the below link,


Documentation: https://ej2.syncfusion.com/angular/documentation/grid/editing/batch-editing#automatically-update-the-column-based-on-another-column-edited-value


Regards,

Rajapandi R


Loader.
Up arrow icon