Categories | Question details Back To List | ||||||||
copy to clipboard doesn't work with links Hi, i was cheking grid.enableBlockSelection(); grid.copyBlockToClipboard(); in order to get a block selection and then copy this selection to clipboard, everything works fine, but, when in my grid i have some links, i get the text of the grid something like this 92288^javascript:popitup4("ordencompra.php","idPED=a2hkcjkyMjg4","datoscliente=aGRyYTEtMDEgRUwgU1VSVElET1IgREUgT0JTRVJWQVRPUklPIFNBIERFIENWfEhlbHZleCBOYWNpb25hbHxQcm9kdWN0byB0ZXJtaW5hZG8.","SPO=ZHJhaFQtMzU1NDU3","racli=dpurqdodcfkhdrahdibe") i need only 92288 data, and in my xml generation is something like that echo "<cell title=\"# de Pedido\">".$idPED."^javascript:popitup4(\"ordencompra.php\",\"idPED=".ofuscar($idPED)."\",\"datoscliente=".ofuscar($datoscliente)."\",\"SPO=".ofuscar($idORD)."\",\"racli=".$_REQUEST['racli']."\")^_self</cell>"; i mean i need only the data, but it's passing with all the code generation. what would be the problem?? Many thanks in advance for your reply!! Answer posted by dhxSupport on Jul 17, 2009 07:40 Please try to use attached file instead of yours dhtmlxgrid_excell_link.js Attachments (1)
Answer posted on Jul 17, 2009 11:08 thanks a lot for your help and for your quick reply the attach solved the problem :) |