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
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.