This is a migrated thread and some comments may be shown as answers.

Enter key not work with radtextbox multiple line

10 Answers 435 Views
Input
This is a migrated thread and some comments may be shown as answers.
Ganesh
Top achievements
Rank 1
Ganesh asked on 18 Feb 2011, 12:13 PM
hi, 
i am using multiple line  radtextbox in many user control on my project . enter key is not working with radtextbox in some user controls . 

10 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 24 Feb 2011, 12:45 PM
Hi Ganesh,

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
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Maria Ilieva
Telerik team
answered on 24 Feb 2011, 12:45 PM
Hi Ganesh,

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
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
ToddKC
Top achievements
Rank 1
answered on 22 Nov 2013, 02:28 PM
In a RadTextbox with multiline enabled the enter key is not going to a new line on IE11, it does however do so on Firefox. Any help would be appreciated.
0
Cradz
Top achievements
Rank 1
answered on 22 Nov 2013, 07:57 PM
ToddKC

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.


0
ToddKC
Top achievements
Rank 1
answered on 22 Nov 2013, 08:00 PM
I'm on the latest version and this worked like a charm. Thank you.
0
Chuck
Top achievements
Rank 1
answered on 27 Dec 2013, 03:49 PM
Just as an FYI, this fixed the issue for me as well, but I consider it a breaking change in the latest controls as this code was not required in prior versions, it just worked.
0
Viktor Tachev
Telerik team
answered on 02 Jan 2014, 12:28 PM
Hi Chuck,

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
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Atul
Top achievements
Rank 1
answered on 27 May 2015, 10:05 AM

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.......

0
Chuck
Top achievements
Rank 1
answered on 27 May 2015, 12:20 PM
You are using an old version of the controls, please upgrade to the latest.
0
Sathish
Top achievements
Rank 1
Iron
Iron
answered on 17 Oct 2022, 12:47 PM
I am also facing the same issue in Windows application.
Telerik.WinControls.UI.RadTextBox
Please help me how to resolve this issue in Winforms/Windows application.
Dess | Tech Support Engineer, Principal
Telerik team
commented on 17 Oct 2022, 01:26 PM

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.

Tags
Input
Asked by
Ganesh
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
ToddKC
Top achievements
Rank 1
Cradz
Top achievements
Rank 1
Chuck
Top achievements
Rank 1
Viktor Tachev
Telerik team
Atul
Top achievements
Rank 1
Sathish
Top achievements
Rank 1
Iron
Iron
Share this question
or