Declined
Last Updated: 27 Feb 2015 21:22 by ADMIN
Dan.A
Created on: 04 Sep 2012 09:27
Category: Kendo UI for jQuery
Type: Feature Request
1
Grid - destroy - Don't remove the item from the grid if operation fails in the backend.
When the destroy operation fails for some reason (exception or ModelState error) the item on the client will be removed.
Don't remove the item from the grid if operation fails in the backend.
 
1 comment
ADMIN
Brandon
Posted on: 24 May 2013 20:11
Hi Dan,

We wouldn't be able to implement this for all editing modes, and it would be a huge breaking change. However, you can simulate this functionality by handling the error event and calling cancelChanges() on the grid.