DHTMLX 3.0 to 4.6 : pb with link in grid

Hello,

in DTMLX 4.6, my links aren’t visibles (in 3.0 they are). The XML for links is :

<cell><![CDATA[NUMBER^/saisie/saisie.php?NRSS=NUMBER&NRUM=OTHER_NUMBER^_parent]]></cell>

The type of colum is “link” :

mygrid.setColTypes("ro,link,ro,ro,ro,ro,ro,ro,ro,ro,ro,ro,ch,ro,ro,ro,ro,ro,ro,ch");

I don’t understand why they aren’t visibles in my grid 4.6.

Unfortunately the problem cannot be reconstructed locally.
Your link displays well for me.

If the issue still occurs for you please, provide with a complete demo, or, please, share with a demo link, where it can be reproduced.

I cleaned the code (cf. attached files) but it doesn’t work (error in dhtmlxgrid.js, I don’t understand).
pb_link_grid.zip (1.51 KB)

Please, try to include on your page a dhtmlxgrid “link” excell extension.

It does not change anything. There is no error with or without this include.

Unfortunately the problem cannot be reproduced locally.
Your demo works well for me with included
“codebase\excells\dhtmlxgrid_excell_link.js”

If the problem still occurs for you please, provide with a complete demo with included js file used in your project.

I can work around the problem by removing link and write a href tag.