Pressing the tab key while the RadRichTextBox has focus, always takes the focus away from the control, even when AcceptsTab is set to true.
Am I missing something? Please help.
3 Answers, 1 is accepted
0
Accepted
Svett
Telerik team
answered on 13 Mar 2012, 10:47 AM
Hello Benjamin,
I managed to reproduce the issue. I added it to our public issue tracking system and it will be addressed in one of the next releases. In the meantime, you should use the following work around:
in my case AcceptsReturn isn't working either. I have a normal modal Windows Form with an Accept and a Cancel Button. Hitting Return results in that the Form is closed. I've added the following code in the Windows Form as workaround: