Categories | Question details Back To List | ||
How to present tree node as a link on treegrid It's not possible to have a column type LINK and TREE right? I need an example containing a 2-type column (TREE AND LINK). My code: dhtmlx_treegrid.setColTypes("tree,txt,txt,txt,txt,link,link,link"); The first column should be a TREE and a LINK too. I tried to put '^' in first column cells, but tree is broken. Answer posted by dhxSupport on Nov 23, 2009 08:44 Your "tree" cell value should looks like that: <cell image="folder.gif"><![CDATA[<a href="http://google.com">CELL VALUE</a>]]></cell> If you need working example please contact directly support@dhtmlx.com and provide your ref. ID |