RadzenGridColumn: wrapping automatically with line breaks

With long texts in the RadzenGridColumn the standard behaviour will cut the text when the width of the column is reached. Then "..." is appended.

How can I wrap the text automatically so that the height of the line will automatically adjust to fit the complete block of text:

Hello this
is a text

Instead of:

Hello this...

You can define template for this column with desired HTML/CSS to wrap the value.

1 Like