Unplanned
Last Updated: 14 Nov 2022 07:59 by ADMIN
In MergeFields the general switch may be used to format the Result Text. The text may appear in lowercase, uppercase, title case and so on.
Completed
Last Updated: 23 Feb 2017 12:38 by ADMIN
ADMIN
Created by: Andrew
Comments: 1
Category: RichTextBox
Type: Feature Request
2
When paragraph is in list, the user can choose "Set Numbering Value" which will change the appropriate level Starting Index and will create a new list (or continue the previous one).
Unplanned
Last Updated: 31 Oct 2018 07:53 by Iva
The display mode of all fields is changed to Code, so that the export could work correctly and nested fields would be persisted.
Consider optimizing the algorithm, so that fields take less time to be exported.
Unplanned
Last Updated: 02 Nov 2022 16:32 by ADMIN
ADMIN
Created by: Alex
Comments: 2
Category: RichTextBox
Type: Feature Request
16

Add support for comparing documents.
			
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
Popups (ImageMiniToolBar and SelectionMiniToolBar) stay on most top (act as if "Always on Top" is set to them) even if they had lost focus. 

Workaround: Attach to LostFocus or LostKeyboardFocus events and hide the toolbar in the handler:
this.radRichTextBox.LostFocus += (sender, e) =>
{
    this.radRichTextBox.SelectionMiniToolBar.Hide();
    this.radRichTextBox.ImageMiniToolBar.Hide();
};

Unplanned
Last Updated: 31 Oct 2018 07:51 by Joan VANDERWEYST
When cells with borders are copied from Microsoft Excel and pasted in RadRichTextBox, some of the borders are missing depending on their type - for example double borders, but also some other types.
Won't Fix
Last Updated: 11 Aug 2016 14:04 by ADMIN
Steps to reproduce:
1. Type a long word in the editor. The word must be longer than the width of the page.
2. Set a hanging indent different than the default one.
3. Select part of the word starting from the beginning of the paragraph.
4. Add an annotation range, e.g. a Comment

Result: The hanging indent is not properly reflected in the editor.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
The time it takes to apply highlighting to a document in Flow layout mode is more than expected. See ticket 555863 for a sample project and document.
Won't Fix
Last Updated: 11 Aug 2016 14:05 by ADMIN
When the tabbed document becomes a dockable window the ContextMenu Icons are no longer visible.

<telerik:RadDocking x:Name="radDocking"> 
 <telerik:RadDocking.DocumentHost> 
  <telerik:RadSplitContainer> 
   <telerik:RadPaneGroup> 
    <telerik:RadDocumentPane Title="Test"> 
     <telerik:RadRichTextBox x:Name="radRichTextBox" /> 
    </telerik:RadDocumentPane> 
   </telerik:RadPaneGroup> 
  </telerik:RadSplitContainer> 
 </telerik:RadDocking.DocumentHost> 
</telerik:RadDocking>

                 
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
Add adorners for selecting table rows, table columns and table cells with single click, similar to the ones in MS Word
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
In Word, default tab stops are not present in Paragraph's hanging indent. This leads to difference in the length of the Tab symbol in Word and RadRichTextBox, in cases when hanging is bigger than the default tab stop width.
Completed
Last Updated: 23 Feb 2017 07:57 by ADMIN
Currently, when a page break is added to the document, the paragraph is not split in two. 
It will be better to split the paragraph and add one additional paragraph in order to achieve a more consistent look of the document when applying a style, adding one of the paragraphs to a list or having different first line/hanging indentation of the paragraphs.
Unplanned
Last Updated: 31 Oct 2018 07:51 by Artem
ADMIN
Created by: Boby
Comments: 1
Category: RichTextBox
Type: Feature Request
8
DeleteTableRowCommand and DeleteTableColumnCommand should be able to delete all selected table rows/columns at once. Currently, the command cannot be executed when there is selection and  the user should delete the rows/columns one by one.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Andrew
Comments: 1
Category: RichTextBox
Type: Feature Request
2
Japanese users use distributed text alignment, which justifies all lines including the last one.
Declined
Last Updated: 31 Oct 2018 07:51 by ADMIN
Provide mechanism for selecting an uri from which a dictionary can be downloaded when needed. In this way the client will download only the dictionaries that are in use. If more are needed, they will be downloaded on demand.
Completed
Last Updated: 03 Jun 2020 13:19 by ADMIN
Release LIB 2020.2.608 (06/08/2020)
ADMIN
Created by: Telerik Admin
Comments: 2
Category: RichTextBox
Type: Feature Request
5
Select current style (the style in the selection or under the caret) in styles gallery when selection or caret position is changed. 
Completed
Last Updated: 30 Aug 2022 12:45 by ADMIN
Release R3 2022
ADMIN
Created by: Boby
Comments: 0
Category: RichTextBox
Type: Feature Request
17
Add support for line numbering in paged layout mode, similar to MS Word.
Declined
Last Updated: 12 Jan 2017 15:03 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: RichTextBox
Type: Bug Report
0
Styles from RTF are incorectly copied to RRTB.
Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
Implement child dialogs for Style Formatting Properties Dialog. This will allow users to modify Style's properties related to font properties, paragraph properties, tabs, numbering and borders.