:: Forum >>

Adding/Deleting Rows

Is there any way to return the data from the row that you are deleting so that you can turn around and add it to another table really easily? Thanks
Monday, August 7, 2006
You can, before the delete action, just store all data in that row and then add it to another grid if you'd like.

So before calling the deleteRow, you'd get the current row (that you're deleting) info. Bob's your uncle
AcidRaZor
Tuesday, August 8, 2006

This topic is archived.


Back to support forum

Forum search