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

detect get_batchEditingManager().saveChanges complete

1 Answer 108 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mitch
Top achievements
Rank 1
Mitch asked on 18 Nov 2014, 09:36 PM
is there any way to wait for savechanges to complete before calling another action? i need to make sure my form doesn't submit until it's finished. and then i need to submit my form

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 24 Nov 2014, 08:17 AM
Hello Mitch,

Possible approach for achieving the required functionality  is to simply ajaxify the RadGrid control as well as the other submit controls on the page. Then when using RadAjaxManager you can set RequestQueueSize property to a value grater than zero so that each request is kept in a queue until waiting for the previous one to finish.

I hope this helps.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Mitch
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or