I have cell in the grid included long text - 5-6 rows of tex

I have cell in the grid included long text - 5-6 rows of text;

How I can make so all text I see in the cell but not only part of that text?

ffor now I see only that text that fit in the visible part of the cell.

I tried make div with some height and width and include my text in that grid(cell type=ro)

but I receive something like:



it is not working

You can switch grid to multiline mode , so the height of row will be defined by the height of the content ( please beware that it will not work for grid in srnd mode )

    grid.enableMultiline(true)

it is not work, can you show sample?
what is srnd mode?
I loading grid from html table, how I can set in the cell html taht I want?
please give some approach or workaround


I loading grid from html table, how I can set in the cell html taht I want?
It can be done by using multiline mode, in case of loading from HTML table , command need to be called before data loading - please check attached sample

>>what is srnd mode?
SmartRendering mode

sample.zip (678 Bytes)