Wrapping text in a Grid

Hi,

Some values to be displayed under a column in a grid is too large.
Can someone please let me know how to wrap the text.

Regards
Sajin B

try looking for the “nowrap” tag in the css and delete it, that works for me

Hi,

are you saying remove nowrap from touchuis.css?

I have attached a sample .With out increasing the column width.I need to wrap it.
Please can you go through the sample attached.

Regards
Sajin B
test.zip (84.5 KB)

Check the updated sample.

Key point

{ view:"grid", id:"trail_grid", select:true, edit:true, type:{ height:"auto" },
test_updated.zip (83.7 KB)

Dear Stanislav,

It worked.
Thanks a lot.