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
95
WebCalendarView - Using 2 calendars with same WebScheduleInfo
posted

Hi,

 Does anyone know if it is possible to have 2 webcalendarviews (like in microsoft outlook) with one above the other and with the top one displaying the one month while the bottom one displays the second month?  Every time the user selects a new month with the top one, the bottom calendar automatically shows the next month.

Any help would be greatful.

 Thanks,

 

vic 

 

Parents
No Data
Reply
  • 40030
    Verified Answer
    Offline posted

    Hi Vic,

    It's not going to be possible to do this with 1 single WebScheduleInfo.

    Instead, you could use 2 WebScheduleInfo objects and 2 DataProvider objects that are hooked up to the same Database.

    -SteveZ

Children