Completed
Last Updated: 21 May 2015 16:35 by ADMIN
ADMIN
Petya
Created on: 12 Dec 2014 15:23
Category: RichTextBox
Type: Bug Report
4
When UpdateAllFields() method is called all PageReferenceField are evaluated as 1
Workaround is to enumerate the fields and update them separately.
            foreach (var field in this.radRichTextBox.Document.EnumerateChildrenOfType<FieldRangeStart>())
            {
                this.radRichTextBox.UpdateField(field);
            }
1 comment
ADMIN
Aylin
Posted on: 21 May 2015 16:35
Hi,

The issue is fixed and will be live with our next Q2 2015 release.

Best Regards,
Aylin,
The Telerik Team