Completed
Last Updated: 21 May 2020 09:41 by ADMIN
Release R2 2020 SP1
Wouter
Created on: 20 May 2020 14:09
Category: Editor
Type: Bug Report
0
RenderMode is always Classic when the FileManagers are not configured

When the RenderMode property is set to Lightweight, File manager dialogs still load with Classic render mode, even when the <add key="Telerik.Web.UI.RenderMode" value="Lightweight" /> is set globally in the web.config:

 

<telerik:radeditor RenderMode="Lightweight" runat="server" id="mainRadEditor" EditModes="Design" >
    <Tools>
        <telerik:EditorToolGroup>
            <telerik:EditorTool Name="ImageManager"/>
            <telerik:EditorTool Name="DocumentManager"/>
        </telerik:EditorToolGroup>
    </Tools>
</telerik:radeditor>

 

This is causing rendering problems and some of the icons do not load.


1 comment
ADMIN
Rumen
Posted on: 20 May 2020 14:16

Hi Wouter,

Thank you for reporting this defect!

The problem is verified and will be fixed in the upcoming in mid-June R2 2020 SP1 release. 

The workaround for the old versions is to set the dialog configuration:

<telerik:radeditor RenderMode="Lightweight" runat="server" id="mainRadEditor" EditModes="Design" >
    <Tools>
        <telerik:EditorToolGroup>
            <telerik:EditorTool Name="ImageManager"/>
            <telerik:EditorTool Name="DocumentManager"/>
        </telerik:EditorToolGroup>
    </Tools>
    <ImageManager />
    <DocumentManager />
</telerik:radeditor>

 

Regards,
Rumen
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.