Griddesktop : Cut/copy/paste (no Undo/Redo)

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?

Hi,


Thanks for providing us details and sample code.

After an initial test, I managed to reproduce the issue with Undo/Redo function when performing Cut/Copy/Paste.
I used the following sample code in a button click:
e.g
Sample code:

_grid.EnableUndo = true;
_grid.UndoManager.BeginChanges();
_grid.Cut();
_grid.UndoManager.EndChanges();
int i = _grid.UndoManager.UndoStepsCount; //0 - Not Ok

I have logged a ticket with an id “CELLSNET-44746” for your issue. We will look into it soon.

Once we have an update on it, we will let you know here.

Thank you.

Hi,

Thanks for using Aspose.Cells.

This is to inform you that we have fixed your issue CELLSNET-44746 now. We will soon provide the fix after performing QA and including other enhancements and fixes.

Hi,

Thanks for using Aspose.Cells.

Please download and try the following latest fix: Aspose.Cells for GridDesktop v17.1.5 and let us know your feedback.

It fixes the following issue

  • CELLSNET-44746 - GridDesktop: Issue with Undo/Redo function when performing Cut/Copy/Paste

The issues you have found earlier (filed as CELLSNET-44746) have been fixed in Aspose.Cells for .NET 17.2.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.