10 Answers, 1 is accepted
Could you please elaborate a bit more on what exactly problem you are facing with the multiline mode of RadTextBox. Does the submit behavior of the enter button broken or the textbox doesn't lose focus. Some more information on your scenario could help us further research on the issue.
All the best,
Maria Ilieva
the Telerik team
Could you please elaborate a bit more on what exactly problem you are facing with the multiline mode of RadTextBox. Does the submit behavior of the enter button broken or the textbox doesn't lose focus. Some more information on your scenario could help us further research on the issue.
All the best,
Maria Ilieva
the Telerik team


Upgrade to the latest version and if that doesn't fix it you may need to add the following CSS I had to use to fix this issue.
.RadInput textarea {
white-space: pre !important;
}
For some reason white-space: normal doesn't work but white-space:
pre works exactly as I need it.


The mentioned issue was observed in IE 11. As the browser was released after the last version of the controls there were some incompatibilities. However it is already fixed and the fixes are included in our latest internal build that is available for download.
Please do not hesitate to contact us if other questions or problems arise.
Regards,
Viktor Tachev
Telerik

Hi Team,
I have Radtextbox wilth multiline mode.On IE 11, it not showing text after first line after every post method(eg any button click). Please help me out .
Telerik version is 2011.0.......


Telerik.WinControls.UI.RadTextBox
Hi, Sathish, Please have in mind that this is a forum relevant for UI for ASP.NET AJAX. However, your question seems to be related to UI for WinForms. Feel free to submit your inquiry in the relevant forum and thus, the appropriate community would gladly assist you:
https://www.telerik.com/forums/winforms
Thank you for your understanding.