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

Setting a future date in RadCalendar

1 Answer 41 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
dhuss
Top achievements
Rank 1
dhuss asked on 23 Sep 2009, 03:14 PM
The web calendar that ships with vs.2008 allows a programmer to set a past/future date and the calendar will move to that date. How do you do this with the RadCalendar. For example, I want to set the calendar 100 days in the future from today's date. How do you set the future date in the calendar and get it to render to that new date? What am I missing??  I am doing this server-side in vb.net. Any help would be appreciated.

1 Answer, 1 is accepted

Sort by
0
dhuss
Top achievements
Rank 1
answered on 23 Sep 2009, 04:52 PM
I figured this out for server-side coding. I was originally setting the "SelectedDate" property and nothing would happen. If you set the "FocusedDate" first then the "SelectedDate" then the calendar will re-render to the new date.
Tags
Calendar
Asked by
dhuss
Top achievements
Rank 1
Answers by
dhuss
Top achievements
Rank 1
Share this question
or