Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vikram on Dec 17, 2008 04:50
open dhtmlx forum
Tree and Link Cell Type

Is there any inbuilt cell type that can have both a Tree and Link present within the same column.


If not can we create a custom cell-type to get the functionality?? Can you provide me a small code snippet?
Answer posted by Support on Dec 17, 2008 05:48
There is no such ready to use type, but you can use normal "tree" type and next code in XML

<row id="some"><cell><![CDATA[ <a href="http://some.com">some text</a> ]]></cell></row>