I have a kendoGrid. Each time I change a value in the row (after clicking the "Edit" button) the "Change" event fires.
I only want this event to fire when the "Update" button is clicked.
The event does fire when the "Update" button is clicked. I just need to stop the event from firing when a value changes and the user leaves the field.
Can anyone help?