I have a Kendo grid with inline editing. When I edit a row, and then click update, the changes show, but then when I edit the same row again and then click cancel, all the changes are removed, including the first edit. How can I make the data save after each 'Update'?
Also can someone explain the difference between update:{} and save:{}? Thanks.