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
710
Linking the UltraMonthViewMulti scrolling and the calendar
posted

When we click on a date on a ultramonthview, the focs on the calendar goes to the selected date. Fine.

But when I navigate to the next month for example (using the scroll buttons of the ultramonthview), I would like also the calendar to move to the next month. How can this be done?

 

Thanks.

Parents
No Data
Reply
  • 69832
    Offline posted

    UltraMonthViewMulti exposes an event, 'BeforeMonthScroll', which gives you the new first month displayed by the control, provided the event is not canceled. UltraMonthViewSingle (I assume this is the control you are referring to by "calendar") exposes a ScrollDayIntoView method, which you can use to bring the new month into view.

Children