Hello,
I am noticing a frequent Javascript error. IE shows this message: Line: 2
Error: Unable to get value of the property 'style': object is null or undefined
When I step into the debugger, this line is highlighted:
this.nav.mid.style.height=this.totalHeaderHeight()+"px"
I haven't been able to determine any possible causes from a data standpoint.
I notice this issue in both DayPilotMonth and DayPilotCalendar controls.
Thanks.