Using aspose.grid.desktop v 2.0.1.10, have the following issues:
1. Our 'proof of principle'/Test App, is a desktop MDI application. Cutting/pasting cells via right menu clicks, between two different MDI windows containing the grids copies the data from the same cell range in the destination grid rather than the original selection. I/e/ I have an MDI window with a grid with values 1, 2, 3, 4 in cells A1-A4. Another MDI window has 5,6,7,8 in cells A1-A4. Select A1-A4 range 9with values 1 through 4) on the 1st MDI.window grid, cut and paste into the 2nd window/grid - values 5,6,7,8 are copied. Copying within the same MDi window/grid works fine
2. Our real application is a hosted UserControl on Ineternet Explorer page, do we are still using the desktop grid control. I have not yet implemented 'MDI' features, so cannot tell if problem #1 exists, but here I have problems copying/pasting within the same grid.I can copy from grid to excel (or any other app), but cannot copy / paste within the same window. Copy seems to work, I can copy from aspose grid to excel, I can copy from excel to aspose grid, but not grid tot he same grid, my 'paste' button is greyed out/disabled after a copy. Ditto for doing things via Ctrl-C/ctrl-V, so it in not just a menu issue.
The cut/paste are VERY important operation for us here, so these issues ar preventing us from purchasing your grid product, need a solution ASAP