Completed
Last Updated: 05 Feb 2016 11:55 by ADMIN
ADMIN
Ianko
Created on: 21 Jan 2016 08:08
Category: FileExplorer
Type: Bug Report
1
RadFileExplorer adds address bar's height when LWR derives from parent control
The issue is reproducible with RadEditor. When using Lightweight rendering in RadEditor, the FileExplorer's address bar has an inline style with height: 16px rule. This rule should be added only in Classic rendering.

As a side effect, the text in the address box is cut off. 

Possible workaround is to add setting in the web.config to force Lightweight rendering for RadFileExplorer:

<add key="Telerik.Web.UI.FileExplorer.RenderMode" value="lightweight" />
0 comments