Both Tree and Link in the same Column

Hi guys,

Im in an internship in a french company. They ask me to make a tree with your API (TreeGrid), but im stuck with a problem.
With my few knowledge, i understand that each column as a type :

ex : mygrid.setColTypes(“tree,link,ed”);

In this example 1st column is my tree, and the second is link type.
But my boss want some links in the 1st column (with Folders and Link). I tried html with <a href…
but it doesn’t works.

Maybe it’s about Editable Excells, but if someone can help me.

Thank you guys,

and sorry for my bad english…

Maybe with this method ? setCellExcellType(rowId, cellIndex, type)

(dont understand the “cellindex”).

You may try to place an html link in the value of a cell.
For example:

<cell image="folder.gif"><![CDATA[<a href="http://dhtmlx.com">dhtmlx</a>]]></cell>