This is a migrated thread and some comments may be shown as answers.

How to get the deleted items on Server Side

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Charlie Bross
Top achievements
Rank 1
Charlie Bross asked on 31 Aug 2008, 08:48 PM
I have a grid that I have the client side delete turned on for. How can I get a handle to all the items that the client deleted (client side) from the server side? When I loop through all the items of the MasterTableView, it still contains all the items including the ones that were removed on the client.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 01 Sep 2008, 06:45 AM
Hi Charlie,

The grid will raise ItemCommand/DeleteCommand in case of client-side delete where you can use e.Item to achieve your goal.

Regards,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Charlie Bross
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or