Categories | Question details Back To List | ||
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 |