Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
While using batch editing, multiple rows are added using the addRecord method. The records are not added properly.
Replication step:
Run the below sample: https://stackblitz.com/edit/angular-i343758-tr7dz9?file=app.component.ts
First click the add button and then click the add1 button.
Then update the record using the update toolbar button.
You can see one record only added. The other records are not added.