Categories | Question details Back To List | ||||||||
Exporting grid to clipboard - columns containing links specifically 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 Answer posted by Support on Mar 14, 2008 10:16 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. Attachments (1)
|