Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Cristina on Jul 09, 2009 03:18
open dhtmlx forum
Change cell type from javascript

Hi,
I have created a Grid from Xml, creating all cells as readonly.
I'd like to change from a javascript function the type of any cells in a selected rows o in multiselected rows.
I try with
mygrid.selectCell(j,6,false,true,true,true);
but nothing change, I cannot write in my cell.

Thanks and best regards,
Cristina
Answer posted by dhxSupport on Jul 09, 2009 03:21
You can change cell type via API using methods: setCellExcellType, setColumnExcellType or setRowExcellType. Those methods are availible in PRO version only.