Completed
Last Updated: 08 Oct 2020 11:48 by ADMIN
Release R3 2020 SP1
Maulik
Created on: 14 Sep 2020 13:12
Category: UI for WinForms
Type: Bug Report
2
RadRichTextEditor: The IsReadOnlyChanged event if subcribed on the control is not firing.
 
1 comment
ADMIN
Hristo
Posted on: 14 Sep 2020 13:13

Hello,

Workaround: Subscribe to the main element of the RadRichTextEditor

this.radRichTextEditor1.RichTextBoxElement.IsReadOnlyChanged += this.RadRichTextEditor1_IsReadOnlyChanged;

Regards,
Hristo
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.