This is a migrated thread and some comments may be shown as answers.

RadFileExplorer Upload dialog CSS messed up in Chrome

3 Answers 72 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 02 May 2017, 09:01 PM

It looks like the CSS gets messed up in chrome on the Upload dialog. Is there a CSS fix that can correct this?

I attached a screenshot of the difference between Chrome and IE and can provide an example project of recreating the issue if need be.

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 05 May 2017, 01:21 PM
Hi Justin,

The faced issue is most probably caused by mixed render modes on the page, bringing the styles of both Classic and Lightweight rendering to be loaded on the page and mixing each other.

Setting one and the same render mode for all controls should resolve the experienced problem, e.g.:
<appSettings>
    <add key="Telerik.Web.UI.RenderMode" value="lightweight" />
</appSettings>


Regards,
Vessy
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Justin
Top achievements
Rank 1
answered on 05 May 2017, 01:42 PM

Interesting, lightweight appears to work in Chrome but classic still does not work and adding the appSetting for Classic does not resolve the issue. My test app has a single page with only the FileExplorer control on it. The site has no CSS defined. I am using 2016.2.607 at the moment.

<appSettings>
  <add key="Telerik.Web.UI.RenderMode" value="Classic" />
</appSettings>
0
Vessy
Telerik team
answered on 05 May 2017, 03:03 PM
Hi,

Thank you for the provided additional information, Justin. This behavior is related to a recently found bug which has been already resolved in our code. You can either upgrade to our latest 2017 R2 release which contains the fix, or try the workaround given in the following item:
https://feedback.telerik.com/Project/108/Feedback/Details/213969

Regards,
Vessy
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
FileExplorer
Asked by
Justin
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Justin
Top achievements
Rank 1
Share this question
or