Hi Team,
we are using Kendo grid for inline editing. it works as expected when I load the entire data from server. but when I am adding a new item using add new command I am fetching some strange behavior. Newly added item gets deleted.
here is demo application where you can reproduce this issue.
http://plnkr.co/edit/X4ei0zPYiZ1H8AiCTy8B?p=preview
and here are the steps to reproduce the issue:
1) Add new item with Id - 2 and update
2) Add new Item with Id - 3 and Update
Now click on any Edit button for newly created items (Id-2). and then click the edit button (Id-3). now it would remove the item (id -2)...
I am expected here to cancel the old edit item.
can you help me what is wrong with my code or do you have any alternative solution for this problem.
Thanks-
Atul K.