while copying cell contents with link to its returning

Hi there

Now i have a new problem, while copying cell contents with link to its returning <a href > values also. i have tried

mygrid.setSerializableColumns(‘false,true,true,false,false,false,false’);

&

changing values of dhtmlxgrid_nxml.js like you have mentioned in a solution in knowledge base its still the same

can you plz guide me

regards
sajith

If you have used inline tags in cell as
<![CDATA[ some ]]>
all value inside cell tag treated as cell value and will be included in serialization, it is expected behavior.

If you are using “link” excell, there is an option in latest verison of dhtmlgrid_nxml.js , which allows , to include only text part of such link in serialization.