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
535
Undo/Redo
posted

I am performing greid undo/redo with UltraGridAction.Undo/Redo.  It is working fine.

1.  Is there a way to know when undo stack  == 0 so I can disable the button>

2.  same question for redo stack

3.  Is there a way to grab the cell that was undone / redone so I can change it's background color

4.  I set the background color of a changed cell with UpdateCellEvent and Cell.Appearance.BackColor.  How do I "remove" the attribute so it reverts back to it's default background color (to be done in undo)

Peter