Set Fixed Row Height for the Grid Row

Hi,
I am trying to develop a DhtmlXgrid v.2.5 with fixed rowheight.

I have a col type of ‘txt’(Multiline text area) in my row.

I need to enter a lot of text like 2000 characters. When I enter the data and remove focus, the row height get automatically increased to display all the data.

How can I set the rowheight to show only some data, which means fixed height row.

regards
Balasekar

Please, try to disable the multiline content:
mygrid.enableMultiline(false);