I have a Kendo MVC grid and using InLine Edit mode. I noticed that when I click on Edit, I get two buttons "Update" and "Cancel"
http://demos.telerik.com/kendo-ui/grid/editing-inline
If I click on Edit and do not click on "Update" or "Cancel" and move on to the next row and click on "Edit", it deletes the previous row. Sometimes, it replaces the current row with the previous row and cause other unexpected issues.
Yes, I do have defined an ID in the model.
Does anyone know what the issue is as it is really annoying nad makes the InLine editing useless.