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

saveChanges callback

1 Answer 659 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 02 Apr 2013, 07:08 PM
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

Sort by
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!
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or