I need to invoke a js method after an Update Action with an inline editable grid. I hooked into the Save event as so:
.Events(e => e.Save("save_grid"))
However, that happens before the Update Action. I need "save_grid" to occur AFTER the update action.
Any ideas?
2 Answers, 1 is accepted
0
Accepted
Alexander Valchev
Telerik team
answered on 20 Dec 2013, 09:27 AM
Hi Dave,
Please use the requestEnd event of the DataSource. Note that the event fires after every successful Ajax request so you will have to check the type of the request (e.type).
Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!