Hello,
I have recently started using custom skins for my Telerik RadGrids. They work fine however on grids that have a GridDateTimeColumn the calendar image that opens the DatePicker doesn't show up and this is an issue as it's the button the user will click on to select the date.
When I inspect element on the standard skin calendar image it has a url to a background which I am assuming is the calendar image. This doesn't exist when I use my custom skin. Have I missed something out whilst setting up my custom skin or is there a way to fix this?
below is the style that is missing on the custom skin that I am assuming is the calendar image?
.RadPicker_Default .rcCalPopup, .RadPicker_Default .rcTimePopup {
background-image: url('/WebResource.axd?d=Qh6WhsuuW-6kH4ezBYTFdGiS4gp8UKjzPCC3VZiLETi5J28Ij0vboGHCidlmMBB7qkGfp42aOGNTbE40sxO0ZOp76hbmGkoNUqWfiUkFFW2IWbPBvTMzQiPhRC7m4zNQ1udZIptvwpjsBr7tvrYvQLsr5JBQyiKDtzBS0Ltm1GA1&t=635761139180000000');
}
the source looks like a Telerik web resource.
Many thanks,
Maggy