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

TAB STOPs support for RichTextBox

3 Answers 107 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Indira
Top achievements
Rank 1
Indira asked on 30 Apr 2011, 11:38 PM
Hi,

Does RichTextBox supports MS Word like TAB Stops (on the Ruler and from the Paragraph Properties dialogue box)?
It is supported in DEVEXPRESS silverlight RichEdit control, however I have not seen that feature in RichTextBox demos.
We have to support horizontal positional tabbing in a text editor, since we were not able to support that requirement using Rad Text Editor, we are exploring the Silverlight Text Editor controls to meet the requirement. Your quick response is greatly appreciated.

Thanks,
Indira.

3 Answers, 1 is accepted

Sort by
0
Accepted
Iva Toteva
Telerik team
answered on 04 May 2011, 08:59 AM
Hello Indira,

Unfortunately RadRichTextBox does not support TabStops.
Pressing Tab or Ctrl+Tab either inserts tab or changes the paragraph indent with a predefined value (DocumentDefaultSettings.INDENT_STEP) with default value of 28 dip. You can test how it works in our online demo.
I hope that helps.

Greetings,
Iva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Toby Riley
Top achievements
Rank 1
answered on 09 May 2011, 09:14 AM
Hi,

Is there any way we could force the control to tab as with TabStops? I really need the user to have the ability to tab out of the control and into another.

Thanks.
0
Iva Toteva
Telerik team
answered on 11 May 2011, 10:47 AM
Hi Tobias Riley,

We have added Word-like tab stops as a future enhancement to the control, but I cannot provide you with a specific timeline of when they will be implemented.
As for tabbing out of the control using Tab and Shift+Tab, this is possible by setting the AcceptsTab property of RadRichTextBox to "False". In that case, pressing Tab and Shift+Tab will move the focus to the other controls on the page instead of changing the indentation of the paragraphs.
I hope that answers your questions.

Kind regards,
Iva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
RichTextBox
Asked by
Indira
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Toby Riley
Top achievements
Rank 1
Share this question
or