Large text content shows only in one line

Hi,

I have to show large text content like a message body in grid cell, but it displays all the text in one line, showing few words and hide all other content. Can any one tell how to show all text visible in column given width as it must get new lines.

Thanks
Maham

Try to use multi line mode:

mygrid.enableMultiline(true);

Thanks, its working perfect now :smiley: