Exporting grid to clipboard - columns containing links speci

Hi,



I am trying to export a grid to CSV format.



I am using these functons



mygrid.rowToClipboard();

mygrid.copyBlockToClipboard();



When I export columns containing a link - is it then possible to get the display value of the of the link exported instead of the actual link reference?





Best regards



lsj

This functionality already exist in dev. version but was not included in latest public build
    grid.forceLabelSelection(true); // <= this command force selection of labels instead of inner values

The public build of grid will be updated in next few days. If you need it ASAP - you can try to use attached js files instead of original one.

ext.zip (5.99 KB)