I have a kendo grid in inline editing mode. When I press "Add new item" button, new row is added and set to the edit mode. By pressing the "Update" button multiple time, I'm able to insert duplicate records into database.
Is there a possibility to disable Update button after the first click?
Also row selection on kendo grid is lost after insert is performed. Is that normal behavior?