I have a kendo ui grid with inline editing. I can apply a template to the edit and delete buttons, however when the add button at the top or the inline edit button is clicked the update and cancel buttons appear. I can change the text and iconClass using the command object but I want to add my own template instead. How can I do this?
Currently there is no explicit template option for the update and cancel buttons alone. Could you please elaborate what you hope to achieve through such a template? Maybe I will be able to suggest an alternative solution.