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

Tabbing out of a RadRichTextBox

1 Answer 145 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Joel
Top achievements
Rank 1
Joel asked on 22 Jul 2011, 06:22 PM
Hi,

I'm implementing keyboard navigation in an application.  When I tab into a RadRichTextBox and press tab again to skip to the next control a tab character gets added to the RadRichTextBox instead.  Now I understand that the tab command in the Rich Text Editor means something other than to skip to the next control but I was wondering if it would be possible to 1) disable this behaviour and skip to the next control or 2) is there another keyboard command that would "tab out" of the Rich Text Box and skip to the next control?

Thanks,

-- Joel

1 Answer, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 25 Jul 2011, 12:07 PM
Hello Joel,

RadRichTextBox has an AcceptsTab property, which determines the behavior on pressing Tab. If you set AcceptsTab="False", the control won't insert a Tab in the document and will pass the focus to the next control.
As for the default key-bindings that RadRichTextBox has, you can find a list of them and a description of how they can be customized here.
I hope this helps.

Kind regards,
Iva
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
RichTextBox
Asked by
Joel
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Share this question
or