Is it possible to have a month/year dropdown in RadCalendar since I may need to view an event few years/months back or forth, so it takes a lot of time to get there using the left or right arrow buttons from the currently displayed month.
8 Answers, 1 is accepted
0
Hi Tom,
The closest feature RadCalendar provides is the functionality of fast navigation through its popup appearing on click on the calendar title. You can see that it action on the live demo here:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Calendar/Examples/Functionality/FastNavigation/DefaultCS.aspx
Regards,
Konstantin Petkov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
The closest feature RadCalendar provides is the functionality of fast navigation through its popup appearing on click on the calendar title. You can see that it action on the live demo here:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Calendar/Examples/Functionality/FastNavigation/DefaultCS.aspx
Regards,
Konstantin Petkov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Tom
Top achievements
Rank 1
answered on 28 Jul 2008, 02:38 PM
What about in the case of RadScheduler since with that I don't get the event 'EnableMonthYearFastNavigation' related to the RadScheduler?
0
Tom
Top achievements
Rank 1
answered on 28 Jul 2008, 03:43 PM
Also I would like to highlight today's date in RadScheduler
0
Hi Tom,
The latest version of RadScheduler has integrated date picker. Perhaps you can use the same. "Today" should be automatically highlighted by RadScheduler - you can try the same by clicking the "Today" link.
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
The latest version of RadScheduler has integrated date picker. Perhaps you can use the same. "Today" should be automatically highlighted by RadScheduler - you can try the same by clicking the "Today" link.
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Darius
Top achievements
Rank 1
answered on 04 Aug 2008, 01:59 PM
The date picker is great, but I am finding that the graphic is overlapping the word "today". Can this be fixed?
0
Hi Darius,
I couldn't reproduce this in our online examples. Could you please tell us which skin you are using?
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I couldn't reproduce this in our online examples. Could you please tell us which skin you are using?
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Darius
Top achievements
Rank 1
answered on 04 Aug 2008, 05:01 PM
I am using the Default skin, except my font for the control is set in code to Tahoma 10. You can see this here:
http://milwaukee.legistar.com/calendar.aspx
Switch to Calendar view.
Thanks.
--DT
http://milwaukee.legistar.com/calendar.aspx
Switch to Calendar view.
Thanks.
--DT
0
Hi Darius,
You can use the following CSS to solve the problem:
Regards,
Alex
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can use the following CSS to solve the problem:
div.RadScheduler_Gray .rsHeader p { |
width: 100px; |
} |
Regards,
Alex
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.