How to disable auto hide of text in a cell

Hi,

In the grid view, in each column if the text is bigger than the cell width, only the text that would fit into the cell width is visible and the remaining part would be hidden. The remaining part will only be visible upon dragging the column.

But, as per my requirement, i have to show multiple lines of text if the text would not fit into a cell or the size of the text is bigger than the cell width.

Can anybody help me in solving this issue?

Thanks.

You may try to enable the multiline content in the grid:
docs.dhtmlx.com/api__dhtmlxgrid_ … iline.html

mygrid.enableMultiline(true);