Completed
Last Updated: 12 Jan 2016 12:50 by ADMIN
1. Create a hyperlink before a section break.2. Remove this hyperlink by clicking on the context menu.

The fix is available in our latest official release 2014 Q3 SP1.
Completed
Last Updated: 06 Jan 2016 08:24 by ADMIN
ADMIN
Created by: Petya
Comments: 8
Category: RichTextBox
Type: Feature Request
13

			
Completed
Last Updated: 30 Nov 2015 11:37 by ADMIN
ADMIN
Created by: Svetoslav
Comments: 0
Category: RichTextBox
Type: Bug Report
3
The fix is available in our LIB release (v. 2015.3.1123).
Completed
Last Updated: 26 Nov 2015 14:06 by ADMIN
ADMIN
Created by: Mihail
Comments: 3
Category: RichTextBox
Type: Bug Report
0
The Object pool is keeping a references to RadTextBlock and RadRun.
Completed
Last Updated: 09 Nov 2015 19:22 by ADMIN
Completed
Last Updated: 09 Nov 2015 19:14 by ADMIN
The fix will is available in our LIB release (v. 2015.03.1109).
Completed
Last Updated: 27 Oct 2015 11:25 by ADMIN
Completed
Last Updated: 27 Oct 2015 11:24 by ADMIN
Declined
Last Updated: 19 Oct 2015 10:26 by ADMIN
Created by: yi
Comments: 1
Category: RichTextBox
Type: Feature Request
0
For now, We can drag or paste Images into RadRichTextBox. But still can't drag or paste files like RichTextBox in Winform. It's very inconvenient!
Completed
Last Updated: 16 Oct 2015 07:18 by ADMIN
ADMIN
Created by: Mihail
Comments: 1
Category: RichTextBox
Type: Bug Report
0
Images nested in merge fields are imported as raw RTF text which leads to slow performance.
Completed
Last Updated: 09 Oct 2015 11:51 by ADMIN
When a field result fragment has multiple lines only the first and the last paragraph get the proper paragraph style properties.
Completed
Last Updated: 02 Sep 2015 07:51 by ADMIN
When Insert date command through "Date & Time" button is executed for the first time, the date is added to the document as expected. However, if the date is inserted once again, then the date is inserted twice. If date is inserted for the third time in the document, then it will be inserted three times and so on.
Completed
Last Updated: 30 Jun 2015 12:27 by ADMIN
Completed
Last Updated: 30 Jun 2015 11:57 by ADMIN
In specific cases when deleting a row, which contains merged cells, one of the cells is going in wrong position. 
Completed
Last Updated: 19 Jun 2015 10:01 by Maciej
ADMIN
Created by: Kammen
Comments: 5
Category: RichTextBox
Type: Bug Report
1
Tap and Hold gesture does not work as expected.

The feature will be available in our official release 2015 Q2 .
Completed
Last Updated: 21 May 2015 16:35 by ADMIN
Workaround is to enumerate the fields and update them separately.
            foreach (var field in this.radRichTextBox.Document.EnumerateChildrenOfType<FieldRangeStart>())
            {
                this.radRichTextBox.UpdateField(field);
            }