No Cell resize

Hello

Is there a way to disable the Cell resizing inside a Grid (like in the picture) ?
The Cell-Type is “edn” and i don’t want that the user can resize the cell. I know that i can do this with CSS (“resize:none”) but i don’t know how to use this inside the Grid :frowning:

Thank you

Best regards

Any ideas ?

Please :cry:

Unfortunately the issue cannot be reproduced locally.
there is no resizer in the edn excell for me.
If the problem still occurs for you please, provide with a complete demo, where the issue can be reconstructed.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html

This just happens when i change row height

div.gridbox.gridbox_clear table.obj tr td {height: 21px;}

or when i activate multiline !

The issue is confirmed.
We’re working on it.