Print ability with RadzenTextArea

Hello,

I wanted to inquire to see if there is something in particular i need to do in order for the contents of a RadzenTextArea to show up in printing. I have RadzenDatePickers and RadzenTextBoxs which render their contents when you do ctrl + p but the contents of RadzenTextArea do not. Is there an attribute i have to set true in order to achieve this?

TIA!

Hi, @alien8tr96,

There aren't any requirements and the RadzenTextArea should print OK by default. Just tested that from our online demo and it seems fine. After all the RadzenTextArea is just <textarea> with some CSS.

I think the issue was that i have them as ReadOnly = true when i attempted this. But i have gone a different direction since then. I appreciate your response though! and sorry to be late with mine.