Hi,
I've created a custom skin and embed all resource in an assembly.
All is loaded properly in the aspx page.
In my solution, I only reference Telerik.Web.UI and CustomSkin assemblies, I did not reference Telerik.Web.UI.Skins.
When debugging the aspx page in IE through F12,..
I saw that for ImageGallery's Next Button for example,..
background-image: none
.RadImageGallery : none
.RadImageGallery : url('/xxx/xxx/WebResource.axd?d=xxxxx&t=xxxx') <== this is striked-out
The first .RadImageGallery (none value) is coming from Telerik.Web.UI assembly (Telerik.Web.UI.Skins.ImageGallery.css)
The second .RadImageGallery (WebResource.axd value) is coming from the CustomSkin assembly, but is overridden by the first .RadImageGallery from Telerik.Web.UI assembly
As such, the image of the Next button is not shown.
Question is, if I have a ASP.NET Theme with a Skin File of :
<telerik:RadImageGallery runat="server" EnableEmbeddedSkins="false" Skin="TelerikRadControl" RenderMode="Lightweight" />
why is Telerik.Web.UI.Skins.ImageGallery.css still being loaded / part of the css ?
shouldn't the CustomSkin assembly be the only one loaded into the page?
Thanks,
Henry
I've created a custom skin and embed all resource in an assembly.
All is loaded properly in the aspx page.
In my solution, I only reference Telerik.Web.UI and CustomSkin assemblies, I did not reference Telerik.Web.UI.Skins.
When debugging the aspx page in IE through F12,..
I saw that for ImageGallery's Next Button for example,..
background-image: none
.RadImageGallery : none
.RadImageGallery : url('/xxx/xxx/WebResource.axd?d=xxxxx&t=xxxx') <== this is striked-out
The first .RadImageGallery (none value) is coming from Telerik.Web.UI assembly (Telerik.Web.UI.Skins.ImageGallery.css)
The second .RadImageGallery (WebResource.axd value) is coming from the CustomSkin assembly, but is overridden by the first .RadImageGallery from Telerik.Web.UI assembly
As such, the image of the Next button is not shown.
Question is, if I have a ASP.NET Theme with a Skin File of :
<telerik:RadImageGallery runat="server" EnableEmbeddedSkins="false" Skin="TelerikRadControl" RenderMode="Lightweight" />
why is Telerik.Web.UI.Skins.ImageGallery.css still being loaded / part of the css ?
shouldn't the CustomSkin assembly be the only one loaded into the page?
Thanks,
Henry