Completed
Last Updated: 20 Jan 2020 14:47 by ADMIN
Release LIB 2020.1.127 (01/27/2020)
Vladimir
Created on: 12 Jun 2019 13:12
Category: RichTextBox
Type: Bug Report
1
RichTextBox: InvalidOperationException is thown when importing document containing several ReadOnlyRanges
The exception is thrown in RadDocument.IsInNonEditableRange() method, which is called before measuring the document. When using a format provider, the error is thrown but the document can still be opened in RichTextBox. In binding scenario, the document is not imported.

Workaround: Ensure the document is measured before assigning it to RadRichTextBox.
0 comments