Hi All,
1. Is there a way to remove the "Update/Cancel" button and replace them with a html template?
I tried the following and the buttons are still showing up
editable: {
mode: "popup",
template: $("#myTemplate").html(),
update: false,
destroy: false
},
2. Is there a way to override the Update event of the popup button?
TIA