Ajax updatepanel with multiview
18 years ago.
I am not sure that this is a bug or not. While I was testing the new month-view I encountered the following 'bug'. To reproduce it, follow the following steps:
- Create new page
- Add ScriptManager and UpdatePanel
- Add Multiview with 2 views (View1 and View2)
- Add 2 buttons
- In View1; place a DayPilotCalendar
- In View2: place a DayPilotMonth
- Add actions to the buttons: MultiView1.SetActiveView(View1) and MultiView1.SetActiveView(View2)
- Run website & view the javascript errors saying it doesn't know the DayPilot objects
Ofcourse this can be solved in different ways.
DayPilot