I'm having some timing issues and was wondering if there is a way for saveChanges to have a callback when it's save is complete?
1 Answer, 1 is accepted
0
Dimiter Madjarov
Telerik team
answered on 03 Apr 2013, 12:54 PM
Hi Michael,
You could bind to the requestEnd event of the dataSource, which is raise after all CRUD operations. In the event args you have access to the type of the request("create", "read", "update" or "destroy") and also the response.
Regards,
Dimiter Madjarov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!