Combo Filter with link row

Hello,

I have the same problem than this topic: dhtmlx.com/docs/products/kb/inde … k%20excell

But when I want to download the custom file dhtmlxgrid_excell_link_mod.zip, an error occure:

I’m trying since 4days but it still doesn’t work.

Can you help me ?

Thank you

Please, try to open the dhtmlxgrid_excell_link.js
Find the following string:

return this.cell.firstChild.innerHTML+"^"+this.cell.firstChild.getAttribute("href")+(target?("^"+target):"");

and replace it with:

return this.cell.firstChild.innerHTML;

It’s working. Thank you very much.
DHTMLX Lib is AWESOME… Love it :wink: