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

calendar pop-up icon

2 Answers 51 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dominick DeStasio
Top achievements
Rank 1
Dominick DeStasio asked on 18 May 2010, 10:35 PM
Hello,

In the month view, is there any way to change the button you click to expand the calendar date picker? We've been asked if we can make this look like the regular datetimepicker so that it has a calendar icon rather than just the little down arrow. 

I'm pretty I can by modifying the CSS, but I have no idea what class it is that needs to be changed. Can you point me to the right direction?

Thanks,

Dominick DeStasio

2 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 19 May 2010, 04:07 PM
Hi Dominick DeStasio,

To be able to use different image that the provided by default use this CssClass:

.rsDatePickerActivator
        {
            background-image: url('Scheduler/icon.png') !important;
            background-position: 0 0 !important;
        }
        .rsDatePickerActivator:hover
        {
            background-image: url('Scheduler/hover.png') !important;
            background-position: 0 0 !important;
        }

Hope this helps.

All the best,
Veronica Milcheva
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Dominick DeStasio
Top achievements
Rank 1
answered on 19 May 2010, 05:51 PM
Thank you very much. I'm sure you saved be a decent amount of time trying to figure that out. 
Tags
Scheduler
Asked by
Dominick DeStasio
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Dominick DeStasio
Top achievements
Rank 1
Share this question
or