AJAX Calendar/Scheduling Controls
Hi Dan,
When I try to export an image of the calendar I get the error 'Object reference not set to an instance of an object.' This also happens on the demo page as well. I am using 6.2 sp2
Thanks
This happens because the events are no longer stored in the ViewState by default (since 6.2). I will fix the exception but if you leave your code as it is you will get an empty calendar.
You need to do one of the following:
...before calling DayPilotCalendar1.Export() ... of course
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java