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

Problem with IE and CSS

1 Answer 60 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Luca
Top achievements
Rank 1
Luca asked on 09 Jul 2012, 11:11 AM
Hi
I have a problem with the FileExplorer. In I use a template for my webapplication. When I look the site on firefox or chrome the fileexplorer works without problems. But in ie8 or 9 it doesn't work. I have attached some screenshots. My code looks so:
<telerik:RadFileExplorer Skin="Vista" ID="radfileexplorer" VisibleControls="AddressBox,ContextMenus,Grid,Treeview,Toolbar" Height="500px" Width="800px" runat="server">
<Configuration
ViewPaths="~/Uploads/Linkdaten"
UploadPaths="~/Uploads/Linkdaten"
DeletePaths="~/Uploads/Linkdaten"
/>
</telerik:RadFileExplorer>

I have found out, that the fileexplorer has a problem with my css-style. When I put the code in a new webform, it works fine.

Is there a possbility to define, that the fileexplorer should ignore all css from my page?

Thank you for the help!

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 12 Jul 2012, 01:35 AM
Hi Luca,

In short no, you cannot configure RadFileExplorer to ignore custom CSS registered on the page. As part of the page all CSS rules are applied to the control as to any other standard HTML elements.

Kind regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
FileExplorer
Asked by
Luca
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or