Hi,
I have a site that uses custom skins and also custom base style sheets for (almost) all controls (menu, combobox, grid...) so I added these two settings to the web.config:
this works perfectly fine... but....
now I created an additional page within the main website that uses many controls (scheduler, combobox, grid...) that should use skins & base style sheets.
so my question:
is there a possibility to override the globally set values (from the web.config) for the whole .aspx page?
so that all controls on that page will use embedded skins & base style sheets?
(btw. I cannot use a separate web.config as the whole project is one application in a cms without physical folders...)
thank you very much!
I have a site that uses custom skins and also custom base style sheets for (almost) all controls (menu, combobox, grid...) so I added these two settings to the web.config:
<add key="Telerik.EnableEmbeddedSkins" value="false" /><add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />this works perfectly fine... but....
now I created an additional page within the main website that uses many controls (scheduler, combobox, grid...) that should use skins & base style sheets.
so my question:
is there a possibility to override the globally set values (from the web.config) for the whole .aspx page?
so that all controls on that page will use embedded skins & base style sheets?
(btw. I cannot use a separate web.config as the whole project is one application in a cms without physical folders...)
thank you very much!