Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Santosh on May 20, 2008 10:30
open dhtmlx forum
dhtmlxTreeGrig

Hi,
I wanted to use tree structure in 3 columns of a row.
Shall i use mygrid.setColTypes(tree,tree,tree....)...???
I used below xml structure but it is not working

<row id="bmw" >
        <cell>Global</cell>
        <row id="thr1">
        <cell>sds</cell>
        <cell image="plus.gif">Asia Pac</cell>
        <row id="thr2">    
        <cell></cell>
        <cell></cell>
        <cell></cell>
        <cell image="plus.gif">INDIA</cell>
        <cell></cell>
        <cell></cell>
        </row>
        </row>
    
    </row>        
    

Can u help me on this??
Answer posted by Support on May 21, 2008 05:38
Only one column per treegird can have tree structure, you can use mutliple "tree" columns in same type.