I have downloaded the trial version of the RadControls for ASP.NET Ajax, and can't get the skins to work correctly.
In the web.config
<add key="Telerik.EnableEmbeddedSkins" value="false">
<add key="Telerik.Skin" value="HRP">
I have also created a "Skins" directory at the root of my app, and copied in the Default skin files from the Telerik directory.
I have created a sample test page that has:
RadScriptManager
RadFormDeocrator
Two RadTextboxes
Two RadComboboxes
Two DatePickers
I have set enableembeddedstyles to false, but yet In Firebug, I can clearly see that Webresources are still being downloaded.
Can you point me to a sure fire way to use a custom skin? The embedded ones seem to keep getting in my way.
Thanks.
Bill.
In the web.config
<add key="Telerik.EnableEmbeddedSkins" value="false">
<add key="Telerik.Skin" value="HRP">
I have also created a "Skins" directory at the root of my app, and copied in the Default skin files from the Telerik directory.
I have created a sample test page that has:
RadScriptManager
RadFormDeocrator
Two RadTextboxes
Two RadComboboxes
Two DatePickers
I have set enableembeddedstyles to false, but yet In Firebug, I can clearly see that Webresources are still being downloaded.
Can you point me to a sure fire way to use a custom skin? The embedded ones seem to keep getting in my way.
Thanks.
Bill.
