AutoAdjust Cell

Hi i need autoadjust some cells that containt text too large, no matter that the height cell increase… thanks…

You can use adjustColumnSize(cInd) method
docs.dhtmlx.com/doku.php?id=dhtm … columnsize
dhtmlx.com/docs/products/dht … _size.html

Yes, i but i need the width preserve, but the height increase, see the example in the image file

You can use:
mygrid.enableMultiline(true);

Thanks…!