Hello,
I
am using a radCalendar and creating Special Days based the selected
date on the calendar. For example, if someone clicks on 7/2/2008,
certain specials days are rendered based on that date (7/3, 7/4, etc).
However,
when a user clicks on a date towards the end of the month, like on
7/26, and one of the newly rendered specials days falls onto the Next
month (i.e. 8/1), the calendar returns:
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index"
When this scenario occurs, I am setting the calendar.MultiViewRows = 2, but that does nothing. Ideally, I'd like to show only a single month view when all the special days fall in the same month, but show 2 months when the starting special day and the ending special day are different. Your help will be greatly appreciated.