hi,
I need to wrap text in grid cell.could you please suggest some attribute which do this .
To wrap text in dhtmlxGrid you can use multi line mode (mygrid.enableMultiline(true)) or use
html element in the cell’s value:
Is there a way to enable mutli line only for a row or cell?
there are some cells that don’t require wrapping so i don’t enable multi line.
however, even if i add a
to the cell value, height would not increase.
thanks
there is no way to enable multi line mode for one row only