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

Pressing tab goes to next RadRichTextBox (e.g. in a form)

2 Answers 36 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Jonathon
Top achievements
Rank 1
Jonathon asked on 01 Sep 2011, 06:38 PM
Is there a way to be able to press tab while in a RadRichTextBox, and have the cursor go to the next RadRichTextBox(e.g. if someone was filling out a form)?

The normal TextBox does this, however I need to use the Spellchecker so I need to use RadRichTextBox.

Thanks,

Jon

2 Answers, 1 is accepted

Sort by
0
Accepted
Iva Toteva
Telerik team
answered on 02 Sep 2011, 09:16 AM
Hi Jon,

The default behavior is to insert a Tab formatting symbol or increase the indentation of the paragraph. In order to make the rich text box pass the focus to the next control on the page, you need to set the property AcceptsTab to false.
When it comes to spell checking, have you checked our RadSpellChecker, which can spell check TextBoxes, DataGrid and GridView cells or other custom controls? There are several demos here and you can also check the documentation of the control.

Best wishes,
Iva
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Jonathon
Top achievements
Rank 1
answered on 02 Sep 2011, 07:35 PM
Thanks, that is what I needed.

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