Hi
I'm performing several operations (SetValue on different cells) on a grid that I would then like to be able to undo as a single operation. Is this possible?
regards
Steve
Hi Steve,
I don't beleive the grid's built-in undo functionality will do this for you. There's no support for multi-operation transactions.
So you would have to code this yourself, storing all of the original values and reverting them.