Posted 14 September 2017, 11:27 am EST
I want to allow users to copy FlexGrid cell content to the clipboard. However selection of content with the cursor does not work when isReadOnly is set to true.
When isReadOnly is set to false and selectionMode is set to Cell, it is possible to select cell content by using the edit mode. But I don’t want to allow editing.
How can I allow users to “open” a grid cell for copying, but prevent changes to the content?
I am using Wijmo 5 with Angular.