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);
            }
Completed
Last Updated: 17 Apr 2015 14:12 by ADMIN
Completed
Last Updated: 17 Apr 2015 07:49 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: RichTextBox
Type: Bug Report
0
When you are registering an embedded font using the FontManager class, the font family is not rendered. The issue is observable only in WPF.
Completed
Last Updated: 17 Apr 2015 07:23 by Marc
RadDocument.StreamFromUriResolving is not raised for the main document when InsertPictureField is included in header or footer.
Completed
Last Updated: 15 Apr 2015 10:28 by ADMIN
Completed
Last Updated: 07 Apr 2015 13:55 by ADMIN
Completed
Last Updated: 06 Apr 2015 14:30 by C
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
Completed
Last Updated: 03 Apr 2015 14:27 by ADMIN
Completed
Last Updated: 03 Apr 2015 14:20 by ADMIN
Completed
Last Updated: 03 Apr 2015 13:35 by ADMIN
ADMIN
Created by: Aylin
Comments: 1
Category: RichTextBox
Type: Bug Report
1
Custom Paragraph or Linked styles are not applied when used in Headers and Footers.
Completed
Last Updated: 01 Apr 2015 11:23 by ADMIN
ADMIN
Created by: Todor
Comments: 1
Category: RichTextBox
Type: Bug Report
1

			
Completed
Last Updated: 01 Apr 2015 11:20 by ADMIN
The tab stop defining respective page number alignment correlates to the cell's width where the table of contents entry is positioned.
Completed
Last Updated: 24 Mar 2015 13:19 by ADMIN
The fix will be available in our official release 2015 Q1 SP.