UltraMonthViewMulti has UltraCalendarInfo set.
I'm setting UltraCalendarInfo's SelectedDateRanges with a week range. It doesn't highlight all days when the week falls across two months. How do I select all days across two months in this scenario?
The UltraCalendarInfo.SelectedDateRanges.Add method takes explicit start and end dates, so just call that method with the two dates that define the selection range.
I did use UltraCalendarInfo.SelectedDateRanges.Add method to set date range. I passed WeekStartDate and WeekEndDate and this selects all dates for that week on UltraMonthViewMulti. But it selects only one month dates when the week date range falls across two months. How do I resolve this?
ANy support on this?
I resolved this by myself. Thank you
Hi, I have the same problem. Please, can you post how do you have resolved it?
Thanks