cpuaud
#1
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.
sematik
#2
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.
cpuaud
#3
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)
sematik
#4
Please, try to include on your page a dhtmlxgrid “link” excell extension.
cpuaud
#5
It does not change anything. There is no error with or without this include.
sematik
#6
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.
cpuaud
#7
I can work around the problem by removing link and write a href tag.