Hello,
Here’s the code i use to mange undo/redo feature when processing cut/copy/paste :
gridDesktop1.UndoManager.BeginChanges();
gridDesktop1.Cut();
gridDesktop1.UndoManager.EndChanges();
But the UndoManager UndoStepsCount stay the same.
Any idea or patch about that?