Posted
on Mar 17, 2009
(permalink)
Using the above approach how do I actually make this work with ASP.net themes..
Cureently the ASPnet themes (several) have skin files where the skin file has
<telerik:RadSlider runat="server" Skin="Web20" />
This uses the embeded skins..
Now the applicition does no know about Web20 skin, this is NOT a ASPnet theme, the theme has the linkage to the Web20..
Now if I make a copy of Web20, say MyWb20 and fix up the css to remove the cell grids.. say..
How does one now change the theme skin to use MyWeb20 skin, note unlike the trival examples provided, nothing changes in the application, no embededing css in the header as the skins are managed by the ASP themes directory which DOES not change..
Changing Web20 within the them skin does not seem to do anything, as there does not apepar to be any way to tell telerick to go looking for MyWeb20 in xxx...see above as to why one cannot embed css linages into the usage header..
Please advise how to make this work?