Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sanju Thomas on Jun 02, 2009 05:57
open dhtmlx forum
can I set more than one column's type as tree ?

can I set more than one column's type as tree ?

code
-------
mygrid.setColTypes("tree,tree,tree");

It does not work for me now. does DHTMLX supports this feature ?
Answer posted by Support on Jun 02, 2009 06:07
Only one column can have a "tree" type. ( the tree column defines hierarchy and its not possible to have multiple hierarchies in same time ) 
If you just need to show image and text - you can just use inline html tags for necessary effect.