Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by partha thakura on Nov 27, 2007 23:56
open dhtmlx forum
changing Colume type dynamically

how to change the column type of a particalur row on choosing a comboBox value in run time?
plz help
Answer posted on Nov 28, 2007 01:36
The column types can be changed to specified cell or row by
       grid.setCellExcellType(id,ind,new_type);
       or
       grid.setRowExcellType(id,new_type);