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

You can change cell type via API using methods: setCellExcellType, setColumnExcellType or setRowExcellType. Those methods are availible in PRO version only.