Completed
Last Updated: 24 Sep 2015 10:03 by ADMIN
ADMIN
Slav
Created on: 02 Sep 2015 10:35
Category: ImageEditor
Type: Bug Report
0
Broken ImageEditor appearance when Lightweight render mode is set via a web.config setting
When you set Lightweight render mode via web.config, the image editor appears broken.

You can use the following setup in web.config as a workaround for the time being. Note that all instances of the RadToolBar will be rendered in Classic mode.
 <appSettings>
      ....
      <add key="Telerik.Web.UI.RenderMode" value="Auto" />   
      <add key="Telerik.Web.UI.ToolBar.RenderMode" value="Classic" />
       ....
</appSettings>
0 comments