Rank: Advanced Member Groups: Member
Joined: 6/4/2008 Posts: 38
|
Hello,
I'm trying to get the items I selected to get deleted. I don't understand how to use the Grid_ItemDeleted method nor the DeleteItems property. Do you have an example of how to do this in VB ?
Thanks a lot.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Grid_ItemDeleted and DeletedItems works when user deletes the item on the client side, not with VB (on the server side). If you wish to delete an item on the server side, you delete it from your data source and then repopulate the Grid.
Thanks!
|