Hi Katona,
Thanks for contacting Syncfusion support.
Before proceeding with your requirement, we would like to share the behavior of batch edit in EJ2 Grid.
When you perform CRUD actions in batch mode, all the changes are kept in the virtual mode. i.e. the changes of editing, adding, deleting records are not reflected in Grid’s dataSource.
To save the CRUD changes in the Grid’s dataSource, we need to call the batchSave method or click the Update button of Grid Toolbar. Please find the modified sample and code example for more information.
[app.component.ts]
BtnClick2() {
// save the batch changes in Grid
this.grid.editModule.batchSave();
}
|
Please get back to us if you need further assistance with this.
Regards,
Rajapandiyan S