Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jul 22, 2008 08:53
open dhtmlx forum
changing column type

how can i change a column type to ro after loading the grid??
Answer posted by Support on Jul 22, 2008 09:17
The column type can be changed as
      grid.setColumnExcellType(index,"ro");
where index - index of necessary column