Categories | Question details Back To List | ||
FrozenColums sir, I am in need of multiline in a single column for a particular row . Could you please hepl me for this issue. Answer posted by Support on Dec 08, 2008 01:44 The grid can enable multiline for whole grid only. There is no way to set multiline for some cell and use single line mode for other columns. For all grid, multiline mode can be set as grid.enableMultiline(true); Answer posted by Support on Dec 08, 2008 01:46 Technically you can try to use next command after data loading grid.setCellTextStyle(id,ind,"white-space:normal; height:NNpx"); // NN - necessary height of cell |