Hi Dan,
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
It is probably a bad thinking of me as the object is not sent to the client at all when the page is first loaded (no view is set). After a postback by ajax it (the javascript) will try to overwrite the object which should be on te page. That is not the case because it was not rendered before (no view was set).
Ofcourse this can be solved in different ways.