This question is locked. New answers and comments are not allowed.
Hello,
We are using 2 Telerik MVC grids that are part of a form. The form data essentially contains the parent record data (a customer for example) while the grids contain child records (such as addresses).
One of the customer's constraints is eleminating the Batch Edit "Save" button of each grid.
How can we programatically save each grid by calling submitChanges() while taking care of error handling, and submitting the form AFTER saving the grids?
Paul
We are using 2 Telerik MVC grids that are part of a form. The form data essentially contains the parent record data (a customer for example) while the grids contain child records (such as addresses).
One of the customer's constraints is eleminating the Batch Edit "Save" button of each grid.
How can we programatically save each grid by calling submitChanges() while taking care of error handling, and submitting the form AFTER saving the grids?
Paul