I am using the grid panel in ExtJS 4 and the Ext.grid.plugin.RowEditing plugin.
I am looking for a way to call a function that I will write when the Update button is clicked after editing a row.
Is there a way to cause the standard Update button to fire a custom function?