Unplanned
Last Updated: 06 Jul 2021 11:40 by ADMIN
Amitesh
Created on: 18 Jun 2021 09:30
Category: RichTextEditor
Type: Bug Report
0
RichTextEditor: The control does not work with the Telerik UI for Xamarin Lite assemblies
Although RichTextEditor does not rely on SkiaSharp library,  NullReferenceException is thrown when you reference Telerik UI for Xamarin Lite assemblies and add RichTextEditor with a predefined source to the page.
1 comment
ADMIN
Didi
Posted on: 06 Jul 2021 11:40

Hello,

The reason why SkiaSharp is required when using RTE with Lite assemblies is the fact that RTE uses BusyIndicator. The indicator is visualized when loading HTML. 

Workaround

Set different control inside the RadRichTextEditor.BusyIndicatorTemplate, for example Label:

<telerikRichTextEditor:RadRichTextEditor>
    <telerikRichTextEditor:RadRichTextEditor.BusyIndicatorTemplate>
        <DataTemplate>
            <Label Text="loading data" TextColor="Red" />
        </DataTemplate>
    </telerikRichTextEditor:RadRichTextEditor.BusyIndicatorTemplate>
</telerikRichTextEditor:RadRichTextEditor>

 

Regards,
Didi
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.