Datagrid column height

Good morning,

I have a datagrid column that may sometimes contain a long string of information. I know how to display a control like this, but when in edit mode is there a way to lat the row height expad so that the full contents of the column are always shown?

Cheers
Reg

Maybe you can use RadzenTextArea in DataGrid column EditTemplate if you want to edit long text.

Ah, yes :slightly_smiling_face:

Many thanks...