Completed
Last Updated: 02 Feb 2023 09:35 by ADMIN
Release R1 2023
Todd
Created on: 14 Nov 2022 08:12
Category: RichTextEditor
Type: Bug Report
0
RadRichTextEditor: Setting the Text property to null throws NullReferenceException

To reproduce:

this.radRichTextEditor1.Text = null;

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 14 Nov 2022 08:14

Hi, Todd,

Thank you for reporting this. Currently, the possible solution that I can suggest is to set the Text property to string.Empty:

this.radRichTextEditor1.Text = string.Empty;

I hope this helps.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.