Categories | Question details Back To List | ||
Multi-line row in grid Hi, I have a grid which has a column containing multi-line text. The column type is read-only (ro). In this case how can I view the text in the column as multi-line ? Right now the text is appearing in single line though the text is multi-line. Thanks Answer posted by Support on May 19, 2009 06:16 Add next setting to grid's initialization ( before grid.init ) grid.enableMultiline(true) Answer posted on May 19, 2009 06:38 I have tried the above, but does not work. If I give column type as "txt" then it works, but with column type as "ro" the text is displayed in single line. Answer posted by Alex (support) on May 19, 2009 07:21 Could you please provide the xml example to re-create the issue? |