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

How to Customize Radscheduler

1 Answer 58 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Jobin
Top achievements
Rank 1
Jobin asked on 23 Dec 2011, 07:23 AM
 Hi Telerik,

   I want to Customize RadscheduleView calendar navigation control. The resultant Control have the same calendar control of the standard RadscheduleView with an additional Combo box which contains years.On selecting the year,the scheduleview control should Navigate to the Year selected with already selected timespan. How can I achieve this functionality?   

Any help would be highly appreciated.


Regards,
Jobin

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 23 Dec 2011, 09:39 AM
Hello Jobin,

To change the style of the DateTimePicker you have to edit the whole RadScheduleView's Template. For more details on how to do this please review our documentation.

As for changing the Current Date, you can create your own custom command that change the CurrentDate to the year that is selected. More about creating commands please read here. Another way to change the date is to hook on the SelectionChanged event of the drop down that you will add and change the CurrentDate property of the RadScheduleView in its event handler.

Regards,
Rosi
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Jobin
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or