Hi!
Using http://demos.telerik.com/kendo-ui/grid/angular
When we do any add/edit rows in the Grid the data gets submitted at the backend asynchronously. We have the save operation to be performed at the form level not at individual section level.How can I keep data from getting saves at Grid Level?
Thanks