Hi Abhishek,
Greetings
from the Syncfusion support.
Based on
your query we have achieved the save action on external button click using
endEdit method of Grid.
Please refer
the below code example and sample for more information.
|
[index.js]
onClick(e) {
if (this.grid.getBatchChanges().changedRecords.length > 0) {
this.grid.endEdit();
}
}
|
Sample
link: https://stackblitz.com/edit/react-nnxtsi
Please get
back to us, if you need further assistance.
Regards,
Balaji Sekar.