Row height Issue when line breaks are used in grid row

Hi,

I am showing a column in a row in grid,with a text separated by line breaks

This is to show them in a new line for the same row as follows.

id Traveler Name
1 Ann
Mary

2 John
Susan
but while doing this I am not able to see the row fully. How can this be corrected.
Will increasing the row height help solve the problem ? If yes can we do it dynamically for a particular row ?
If I take firebug then the style gets corrected automatically.

Please suggest soem solution

Regards,
LR

Try to use multi line mode

mygrid.enableMultiline(true);