Our blazing fast Grid component built with pure JavaScript


Post by jhigleyx »

The new cell copy/paste feature is great and it works properly when using the drag handle to paste or when you enter edit mode(double click) in a cell, select the data and then go to another cell and paste. However when you just select the cell(single click) and copy and then select another cell and paste, the data pastes into a cell to the left of your newly selected cell by the same number of hidden columns you have before the copied cell's column.

So if you have 10 columns and you hide columns 3 and 4. Then you select a cell in a row from column 8 (now the 6th visible column) and copy. Then you select a cell in another row also in column 8 and paste, the pasted data will actually be applied to column 6 (now the 4th visible column) and column 8 will remain unchanged.

The expected behavior would be that the copied data pastes into the selected cell despite having hidden columns.


Post by marcio »

Hey jhingleyx,

Thanks for the detailed report, I was able to reproduce the behavior and created a ticket to fix it https://github.com/bryntum/support/issues/6760

Best regards,
Márcio


Post Reply