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

Filter CSS Bug/Error

2 Answers 44 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Jake
Top achievements
Rank 1
Jake asked on 20 Sep 2010, 04:18 PM
I get the error webresource was not loaded because its MIME type application/x-javascript is not text/css.

This occurs when my telerik appsetttings are:
 
<add key="Telerik.ScriptManager.TelerikCdn" value="Disabled"/>
<add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled"/>
<add key="Telerik.Skin" value="WebBlue"/>
<add key="Telerik.EnableEmbeddedSkins" value="false" />
<add key="Telerik.EnableEmbeddedBaseStylesheet" value="true" />

We only want to use the embeded base stylesheets.

I have a folder called skins where I've copied the WebBlue skins from my telerik installation folder. I set the skin of the RadFilter to WebBlue.  

When then add an expression the CSS for the dropdown of Items or filter types isn't visible.
You can see in the advanced filter under item in the attached image.

Help is appreciated. Thanks! I have a Zip of a sample project if anyone would like it.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 21 Sep 2010, 11:08 AM
Hi Jake,

The RadFilter dropdowns are RadMenus. Do you have custom RadMenu WebBlue skin CSS file registered on the page?

Regarding the MIME type problem, is this for embedded CSS files or for non-embedded?

https://developer.mozilla.org/en/Properly_Configuring_Server_MIME_Types

Kind regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jake
Top achievements
Rank 1
answered on 21 Sep 2010, 12:41 PM
Thanks Dimo. I thought I had tried that but I must not have used the Radmenu.  I feel dumb now. =) Thanks again!
Tags
Filter
Asked by
Jake
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Jake
Top achievements
Rank 1
Share this question
or