The fix will is available in our latest LIB release (v. 2015.03.1109).
The fix will is available in our LIB release (v. 2015.03.1109).
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!
Images nested in merge fields are imported as raw RTF text which leads to slow performance.
When a field result fragment has multiple lines only the first and the last paragraph get the proper paragraph style properties.
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.
In specific cases when deleting a row, which contains merged cells, one of the cells is going in wrong position.
Tap and Hold gesture does not work as expected. The feature will be available in our official release 2015 Q2 .
Workaround is to enumerate the fields and update them separately. foreach (var field in this.radRichTextBox.Document.EnumerateChildrenOfType<FieldRangeStart>()) { this.radRichTextBox.UpdateField(field); }
When you are registering an embedded font using the FontManager class, the font family is not rendered. The issue is observable only in WPF.
RadDocument.StreamFromUriResolving is not raised for the main document when InsertPictureField is included in header or footer.
The fix is available in our latest LIB release (v. 2015.01.0413).