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

Default View On Preview Calendar

1 Answer 45 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 25 Aug 2010, 06:41 PM
Hello, I cannot seem for the life of me to get a RadCalendar to display the current month and year when using a preview calendar.

So, today is 8/25/2010.

When a user goes to that page, I would like it to display August 2010.  It always wants to start on the beginning range of my calendar.

Thanks in advance.

Matt

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 26 Aug 2010, 08:05 AM
Hello Matt,


I am not sure about the issue, since the RadCalendar shows current month in my end when loading the page. I am using RadControls version (2010, 1, 519, 35).

Also one suggestion is to set the FocusedDate value that is used by RadCalendar to determine the viewable area of calendar.

C#:
      RadCalendar2.FocusedDate = DateTime.Now.Date;


-Shinu.
Tags
Calendar
Asked by
Matt
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or