HI
This demo shows that you can only insert one row at a time
https://www.telerik.com/kendo-angular-ui/components/grid/editing/editing-template-forms/
My case is diffrent.
I have a component that displys a grid for the currencies.
above the girid is "add" button. this is the senario :
1- the user should press add button to create new row in the grid
2- the user enter the name of the currency and all other attributes
3- then the user press add button once again to insert new row , and the repeat step 2 ,and repeat step 1 again
at the end, the user press "Save" button only one time to save all the records that he insered in the grid
IS this possible in kendo grid component
if yes, do you have any demo for this
thank you