Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
690
auto update of SelectedDateRange
posted

Hi !!

I use the SelectedDateRange on the UltraMonthViewMulti and I've a little problem.

When I select a date range, for exemple : 10 july to 15 july.

umvmFrmXX.CalendarInfo.SelectedDateRanges[0] has 10 to 15 july selected.

But If I select after that the 12 july, the SelectedDateRanges[0] is not changing (10 to 15 july selected)

How could I set the UltraMonthViewMulti in this case to have only 12 july selected and not the precedent range ?

Parents
No Data
Reply
  • 69832
    Offline posted

    I recently overloaded the SelectedDateRanges.Add method to include a 'clearExisting' parameter, which, when set to true, will clear the old range before applying the new one.

Children