How can I add a javascript method to the update button of GridEditCommandColumn in Telerik RadGrid?
I need to fire a js method on the update button of EditCommandColumn. I was able to add clientside event on the edit button but while clicking edit button it turns out to update and cancel. I want to add a js method to this update button.
Please find the column in aspx page below
Thank you very much in advance.