This is a migrated thread and some comments may be shown as answers.

Custom skin conflicting with GridDateTimeColumn

3 Answers 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Maggy
Top achievements
Rank 1
Maggy asked on 14 Sep 2015, 01:09 PM

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

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 14 Sep 2015, 02:18 PM
Hi,

Note that when you use custom Skin for the RadGrid, you should defined custom Skin with the same name for RadDatePicker (RadInput, RadCalendar) and register it on the page the same way you registered the grid custom skin.

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Maggy
Top achievements
Rank 1
answered on 14 Sep 2015, 04:07 PM

Hi,

thanks for the response it's all working now, looks like I had followed an odd tutorial.

Many thanks,

Maggy

0
Pavlina
Telerik team
answered on 14 Sep 2015, 08:30 PM
Hello,

I am glad to hear you managed to resolve the problem. Do not hesitate to contact us in case additional questions arise.

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Maggy
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Maggy
Top achievements
Rank 1
Share this question
or