This is a migrated thread and some comments may be shown as answers.

[Solved] Batch editing & saving multiple grids

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Paul
Top achievements
Rank 1
Paul asked on 15 Dec 2011, 09:14 PM
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

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 16 Dec 2011, 03:54 PM
Hi Paul,

 If you are using Q3 2011 (the latest version), you can use the OnComplete event that we introduced in this release. Once it is fired for both grids, the form can be safely submitted.


Best wishes,
Georgi Tunev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
Paul
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or