Advice for sizeable text box

Hi I'm looking for some advice on the best approach. I have a simple grid with a checkbox and a text field, like a simple task list. The text field could have 1 or thousands of characters and I was wondering what is the best way to display this. The normal text box truncates the text while I don't like the look of the multi line text box. The label also single line and truncates.

could anybody offer any advice for an expanding text area if that is even posdsible..

Hi @beardiedog,

The RadzenTextBox or RadzenTextArea do not support this out of the box. You can however achieve it with some JavaScript as in this demo.

thanks I'll take a look