I need to subscribe my external edit template to grid edit, in order my update and cancel buttons work, but I don't know how to do it. Any help?
In the attached code I rendered all the information I need and how I wanted it, but when I click in the update or cancel button, nothing happens.
1 Answer, 1 is accepted
0
Daniel
Telerik team
answered on 26 Mar 2014, 01:30 PM
Hello,
I am not sure if I understand what you mean by: subscribe my external edit template to grid edit
Could you clarify a bit? From the code that you provided it seems that you are using a separate window for the editing, in which case you should could either bind the Grid model to window content after it is loaded(similar scenario is demonstrated in this code library project.) or handle the update button click event and manually update the model.
Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!