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:
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!
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!