I am using an updatepanel around the DayPilot Scheduler. The scheduler performs a postback every minute to refresh the items on the schedule. If I am using the control i.e. scrolling, drilling through a menu or collapsing the navigation within the scheduler as it is about to perform a postback, I receive a jscript runtime error like:
Microsoft JScript runtime error: Unable to get value of the property scrollLeft, scrollTop, innerHTML object is null or undefined
Preserving the scroll positions can be done but it still doesn't change the fact that if I am using the scheduler control as it performs a postback the error will still occur.
Does anyone here know how I might be able to resolve this issue or even suppress the errors?