I have read-only numeric values in my grid (colType=ro, colSorting=int). Is there a way users can select and copy some of the values?
If I set colType to “txt” instead of “ro” it can be copied but sorting got broken and I can copy one cell at a time only.
You can
a) enable native selection in grid
dhtmlx.com/docs/products/dhtmlxG … 8505539000
>>If I set colType to “txt” instead of “ro” it can be copied but sorting got broken and I can copy one cell at a time only.
If problem with sorting still occurs for you - please provide any kind of sample where it can be reconstructed , normally , column type must not affect sorting.