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
0
Atanas Korchev
Telerik team
answered on 27 May 2009, 08:07 AM
Hello ajd,
RadMenu is using two CSS files:
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.
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