how to add image link to <cell> </cell> in dhtmlxgrid?

Hi there,

I am trying to use dhtmlgrid in my application. I found examples for adding an image or a link in respectively but I still don’t know how to add an image with link (i.e. click the image will activate the link in the grid). Thanks for your help in advance.



ouyang

There are two ways

a) inline image
    grid.setColTypes(“ro”);
    …
    <![CDATA[ ]]>

b) img cell type
    grid.setColTypes(“img”);

    …

    some.gif^alt text^http://some.com^_blank