Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Well, the Undo() method uses the SaveCurrentRowIndex and RestoreCurrentRowIndex internally, so after the call to Undo(), then "saved" current row index will most likely be -1, since that's the default and your save was wiped out. So, in this case, I would probably recommend to just store it off manually.
|