Completed
Last Updated: 06 Nov 2019 12:48 by ADMIN
Release R1 2020 (LIB 2019.3.1111)
Completed
Last Updated: 06 Sep 2018 08:18 by Dimitar
Unplanned
Last Updated: 23 May 2018 15:00 by ADMIN
RadRichTextBox always shows more than one page when there is enough space on the screen to render them next to each other. Expose an option to show one page view.
Completed
Last Updated: 21 Mar 2015 16:45 by ADMIN
I want to insert a bulleted list into a richtextbox at design time.  I use the MarkupEditor to get the list in and it displays the text with the proper formatting in the Text property but nothing shows up in the richtextbox itself.

Resolution: 
The feature was introduced in the new version(Q1 2015 SP1) of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox.  
Completed
Last Updated: 13 Jan 2015 15:23 by ADMIN
ADMIN
Created by: Stefan
Comments: 4
Category:
Type: Feature Request
26
ADD. RadRichTextBox - add support for headers and footers

Resolution: 
The Headers and Footers feature is added in the new version of the control. Please use the RadRichTextEditor instead the RadRichTextBox. 
Please refer to our documentation for more information on the following link: http://www.telerik.com/help/winforms/richtexteditor-features-headers-and-footers.html
Completed
Last Updated: 28 Nov 2014 06:00 by ADMIN
ADMIN
Created by: Stefan
Comments: 5
Category:
Type: Feature Request
13
ADD. RichTextBox - add RightToLeft support

Resolution: 
The RightToLeft  support is added in the new version of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox. 
Completed
Last Updated: 28 Nov 2014 05:54 by Svetlin
Allow the html formatting provider to allow exporting the italic/bold/underlined text by using the corresponding html tags instead of text-decoration css styles.

Resolution: 
This issue is addressed in the new version of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox. 

You can use the following code snippet:

HtmlFormatProvider provider = new HtmlFormatProvider();
provider.ExportSettings.ExportFontStylesAsTags = true;
Completed
Last Updated: 28 Nov 2014 05:53 by Svetlin
Implement ExportFontStylesAsText property to HtmlExportSettings that allows exporting font styles as html tags.

Resolution: 

This issue is addressed in the new version of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox.  

You can use the following code snippet: 
HtmlFormatProvider provider = new HtmlFormatProvider();
provider.ExportSettings.ExportFontStylesAsTags = true;
Completed
Last Updated: 26 Nov 2014 09:07 by ADMIN
To reproduce: 
Richribbonbar have "table" in insert in demo , but in richribbonbar there is not any 
in picture 2 I am showing telerik demo, and in the first one is that I used in my program, does telerik lies in demo?

Resolution: 
This issue is addressed in the new version of the controls - RadRichTextEditor and RichTextEditorRibbonBar. Please use the new controls instead the RadRichTextBox. 
Completed
Last Updated: 26 Nov 2014 07:39 by ADMIN
IMPROVE. RadRichTextBox - improve image quality when inserting images

Resolution: 
This issue is addressed in the new version of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox. 
Completed
Last Updated: 26 Nov 2014 07:11 by Jesse Dyck
ADMIN
Created by: Stefan
Comments: 1
Category:
Type: Feature Request
33
ADD. RichTextBox - add printing support.

Resolution: 
The Printing feature is added in the new version of the control. Please use the RadRichTextEditor instead the RadRichTextBox. 
Completed
Last Updated: 24 Nov 2014 13:51 by Svetlin
Make possible accessing the caret position inside a SpanLayoutBox.

Resolution: 
This issue is addressed in the new version of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox. 

You can use the following code snippet: 
DocumentPosition caretPosition = this.radRichTextEditor1.Document.CaretPosition;
SpanLayoutBox spanLayoutBox = caretPosition.GetCurrentSpanBox();
int pos = caretPosition.GetCurrentPositionInSpan();
Completed
Last Updated: 14 Nov 2014 07:30 by ADMIN
ADMIN
Created by: Ivan Petrov
Comments: 0
Category:
Type: Feature Request
1
Currently there are no means for resizing images inserted into RadRichTextBox.

Resolution: 
You can resize the images in the new version of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox. 
Completed
Last Updated: 11 Nov 2014 13:50 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category:
Type: Feature Request
10
All dialogs - hyperlink, bookmark and every other string in the control should be localizable

Resolution: 
The Localization feature is added in the new version of the control. Please use the RadRichTextEditor instead the RadRichTextBox. Please refer to our documentation for more information on the following link: http://www.telerik.com/help/winforms/richtexteditor-localization.html
Completed
Last Updated: 11 Nov 2014 13:47 by ADMIN
ADMIN
Created by: Georgi I. Georgiev
Comments: 0
Category:
Type: Feature Request
1
Add ability to change the color of the bullets and numbers when changing the text's forecolor.

Resolution: 
This issue is addressed in the new version of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox.  
You need to select the whole line by triple clicking on it, then change the color. 
Completed
Last Updated: 07 Nov 2014 15:20 by Svetlin
Allow users to insert read only document elements.

Resolution: 
The Read Only Ranges and Document Protection feature is added in the new version of the control. Please use the RadRichTextEditor instead the RadRichTextBox. 
Please refer to our documentation for more information on the following link: http://www.telerik.com/help/winforms/richtexteditor-features-read-only-ranges.html and http://www.telerik.com/help/winforms/richtexteditor-features-document-protection.html
Completed
Last Updated: 07 Nov 2014 15:17 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category:
Type: Feature Request
1
Add image resize functionality.

Resolution:
You can resize the images using their adorners which appear after you click on them. This feature is added in the new version of the control. Please use the RadRichTextEditor instead the RadRichTextBox. 
 
Completed
Last Updated: 07 Nov 2014 15:12 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category:
Type: Feature Request
4
ADD. RadRichTextBox - add watermark support

Resolution: 
The Watermark feature is added in the new version of the control. Please use the RadRichTextEditor instead the RadRichTextBox. 
Please refer to our documentation for more information on the following link: http://www.telerik.com/help/winforms/richtexteditor-features-watermark.html
Completed
Last Updated: 07 Nov 2014 15:10 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category:
Type: Feature Request
2
RadRichTextbox - add support for ruler.

Resolution: 
The RadRichTextEditorRuler is added in the new version of the control. Please use the RadRichTextEditor instead the RadRichTextBox. 
Completed
Last Updated: 07 Nov 2014 15:05 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category:
Type: Feature Request
2
Example: http://www.telerik.com/help/wpf/radrichtextbox-features-selection-mini-toolbar.html

Resolution: 
The Selection Mini Toolbar feature is added in the new version of the control. Please use the RadRichTextEditor instead the RadRichTextBox. 
Please refer to our documentation for more information on the following link: http://www.telerik.com/help/winforms/richtexteditor-ui-for-applying-rich-text-formatting-ribbon-ui-selection-mini-toolbar.html
1 2