Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
355
UltraGrid - combining multiple operations for a single undo/redo
posted

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

  • 469350
    Suggested Answer
    Offline posted

    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.