Group: Forum Members
Posts: 35,
Visits: 345
|
I need a little help trying to figure out how to handle this...
Prior to ANYTHING being saved to the database, I need to be able to create 1 or more new rows and edit those same rows if needed.
The problem I am having is when calling the Undo(CurrentRowOnly) method after "changing" a "new row", it removes the entire row (I guess because it's state is added?")
Is there a way to undo changes to a new row keeping it's data from just prior to the edit?
|