Rank: Member Groups: Member
Joined: 7/29/2008 Posts: 14
|
Hi!
Is there a way to restore or retrieve deleted items in a grid? In getDeletedItemCount Method topic is written: "When an item is deleted, the item is no longer visible, but it remains in the grid's items collection."
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I do not believe it can be restored on the client side. You can always restore it on the server side though. The reason that is still being kept in the Grid's items collection is to allow you to access what has been deleted.
Thanks!
|