Posted 17 March 2021, 12:05 am EST
What would be the best way to implement custom pasting behavior in a Flexgrid column?
I have a FlexGrid in VueJS, with a column that has a binding to an array of integers that represent values. Using a DataMap and a CellTemplate, I am able to display the multiple values in a given cell.
I would like to be able to select a cell in this column, copy it, and paste the contents to adjacent cells in the same column. It appears that the data is being pasted as a comma-separated list of integers, but that Wijmo cannot automatically transform it back to an array using its binding.