Wrap text in cell

I have a column whose type is rotxt. There is quite a lot of information in this column. How can I make the text inside wrap around and let the row height grow?

Thanks

Purvez

You can use multi line mode:

grid.enableMultiline(true);