Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by richard white on Feb 21, 2008 17:32
open dhtmlx forum
xml and set cell type

Hi

just wondering how i use the setCellExcellType method in xml. i suppose i should be setting this up the same time as i set up the cells but not sure how.

thanks very much
Answer posted by Support on Feb 22, 2008 01:48
In case of setting cell type directly from XML you can use "type" attribute of cell tag

<row id="some1">
    <cell type="ro"> readonly </cell>
</row>
<row id="some2">
    <cell type="ed"> editable </cell>
</row>

http://docs.dhtmlx.info/