I am using RadTextBox in Windows application, but Enter key is not working I am unable to add a new line.
Telerik.WinControls.UI.RadTextBox
1 Answer, 1 is accepted
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 18 Oct 2022, 04:36 AM
Hi, Sathish,
In order to have multiple lines in RadTextBox, its Multiline property should be set to true. Then, if you want the Enter key to create and go to the next line, you need to set the AcceptsReturn property also to true.