Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raj on Feb 19, 2008 22:26
open dhtmlx forum
cell colType

i'm very new .
i want set ColType to each cell it should be different.
Answer posted by Support on Feb 20, 2008 05:03
You can do it from script by
    grid.setCellExcellType(id,index,type);
Or directly from XML
    <row id="some">
          <cell type="ro"> this cell has type defined </cell>