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

HELP with Selected MONTH !

3 Answers 64 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
chris wertman
Top achievements
Rank 1
chris wertman asked on 14 Oct 2007, 11:45 PM
I posted this an cannot find it, I am a purchased user of the Telerik FULL package.

How do I se the schediuler to a given month.

I am DEPEDENTENT on this and if I cant get it working aftetr suggesting the telerik pscksgr mu butt id on the line

I need to be able to do it progromstivslly.

Chris Wertman
PartsSourve

3 Answers, 1 is accepted

Sort by
0
EmpowerIT
Top achievements
Rank 2
answered on 15 Oct 2007, 12:52 AM
Its easy, set the SelectedDate property of the scheduler to the beginning of the month you want, and then set the SelectedView property to Month view. That should work for you.

e.g:
RadScheduler1.SelectedDate = new DateTime(2007, 10, 1); 
RadScheduler1.SelectedView = SchedulerViewType.MonthView; 

The above sets the date to the first of october, and then stes the selectedView to month view ...
0
chris wertman
Top achievements
Rank 1
answered on 15 Oct 2007, 03:37 AM
Even thought my default view is already Month, do it kina Re-Bind it >?

Chris
0
EmpowerIT
Top achievements
Rank 2
answered on 15 Oct 2007, 04:24 AM
I dont understand what you mean .. are you saying that once you set the date, the control is not being updated?

Where about are you trying to do this, which method or event? Showing some code could help =)
Tags
Scheduler
Asked by
chris wertman
Top achievements
Rank 1
Answers by
EmpowerIT
Top achievements
Rank 2
chris wertman
Top achievements
Rank 1
Share this question
or