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).
Closure reason: issue fixed Hi, The issue is fixed and is live with today's LIB release (v.2015.1.0406) Best Regards, Aylin Hyumet, The Telerik Team
Custom Paragraph or Linked styles are not applied when used in Headers and Footers.
The tab stop defining respective page number alignment correlates to the cell's width where the table of contents entry is positioned.
The fix will be available in our official release 2015 Q1 SP.