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

[Solved] Prevent Telerik CSS from downloading?

1 Answer 77 Views
Menu
This is a migrated thread and some comments may be shown as answers.
ajd
Top achievements
Rank 1
ajd asked on 27 May 2009, 07:44 AM
Hi,

Is there a way to stop the Telerik css being downloaded to the client.

I have EnableEmbeddedSkins="false" and am using custom css so I have no need for the Telerik css.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 27 May 2009, 08:07 AM
Hello ajd,

RadMenu is using two CSS files:
  1. Base (common) CSS which contains important rendering CSS rules. Without it RadMenu will not render correctly. This is probably the file which is being output now.
  2. Skin specific CSS

To disable the base css you can set the EnableEmbeddedBaseStylesheet property to false. However RadMenu will not render as expected then. You may include manually that file however. It is located in [InstallDir]\Skins\Menu.css.
Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Menu
Asked by
ajd
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or