Questions with textarea editor in grid

Hi all,

I just use textarea in grid.

  1. in my snippet, i don’t understand why the maxWidth on the column comment change the size of the column (i just want to avoid more that 80 cars in the column, and it seem doing it)
    https://snippet.dhtmlx.com/eo9dajfj
    what is best way to prevent oversize ?

  2. in addition, is there a way to make carriage return in textarea (so having many lines)
    → ok, found it : shift Enter

thx

Sorry, I seem don’t get the issue.
maxWidth property allows to define the maximum allowed width for the column in pixels.
so, it is just what is needed for you - prevent oversize.
Could you please, clarify your issue?

1. in addition, is there a way to make carriage return in textarea (so having many lines)
→ ok, found it : shift Enter

Right. Also, you can use \n in your cell value to define a line break.