Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by oVox on Dec 07, 2007 08:17
open dhtmlx forum
copyBlockToClipboard

Hi! "copyBlockToClipboard" is awesome! But when i paste data i get HTML tags (for example TITLE) how can i get Only Text?
Thanks.
Answer posted by Support on Dec 07, 2007 09:41
This resolved in oncoming version of grid (1.5) , here it possible to enable   
    mygrid.forceLabelSelection(true);

In result grid will copy only text which displayed in grid, without HTML tags
You can try to use two attached files ( which are taking from oncoming version and must be enough )
Attachments (1)
Answer posted by oVox on Dec 07, 2007 10:16

Ok, this is working. Congratulations, is amazing paste in Excel this block selection with "\t".

Just one tip, when i set a block, then filter (compex cheader - SRND)...the block selection persist, so if the results of filtering are less rows than block selection, when you try to "copyBlockToClipboard" gets an error.

Just trying to help, if you fix that, let me know....

Regards, oVox.

Answer posted by Support on Dec 10, 2007 02:25
Thanks for you suggestion, we will fix issue, so oncoming version will work correctly in such case.