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

RadCalendar MultiViewRows="3"

1 Answer 29 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
jnh999
Top achievements
Rank 1
jnh999 asked on 06 Jul 2012, 03:43 PM

I got this RadCalendar in my aspx page with three calendars stacked up vertically.  I am binding some scheduling data to these three mini calendars and would like to limit the data to only the date’s show on the mini calendar.   I wonder if there is a property of the RadCalendar that gives me the show date min and show date max.  When user uses the fast navigation button to forward and backward the months, these properties should change accordingly.  Do these properties exist?   Thanks.

1 Answer, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 09 Jul 2012, 01:33 PM
Hello jhn999,

The RadCalendar has the following properties CalendarView.ViewStartDate and CalendarView.ViewEndDate. You can then handle the DefaultViewChanged event, which is raised when the user changes the months shown.

I hope that helps.
Tags
Calendar
Asked by
jnh999
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Share this question
or