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

Add next setting to grid’s initialization ( before grid.init )
grid.enableMultiline(true)


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.


Could you please provide the xml example to re-create the issue?