Posted 2 March 2019, 10:17 pm EST - Updated 3 October 2022, 5:48 pm EST
Hi,
We had a Silverlight grid which provided copy, paste and replication functionality from the click of the button. As in the screenshot below. As we are replacing that with Wijmo Flexgrid, we need the following functionality enabled in Flexgrid.
Copy: Will copy any selection of cells from one part of grid to another
Paste: will paste all the selected cells on the highlighted cell
Replicate: Will copy the respective selection of row to the whole row
I was already able to enable copy pasting (through ctrl + c and ctrl + v), however haven’t found any examples on how to do it through separate buttons.