Control: RADDatePicker
The page the RadDatePicker sits has lots of javascript and ASP.NET controls such as gridview and form controls.
The issue: The DatePicker works when page is initially loaded, but when a client or server side event is fired, and the user tries to click on the DatePicker calendar a javascript error occurs.
the Error is: 'this.CurrentViews.length' is null or not an object.
In the javascript the "CurrentView" is a child object of the Shared Calendar, on the initial load I can see it has properties and such, but becomes null when user fires client or server side event, even though all the other Shared Calendar properties are still there.
I tried EnableViewState, with no success. Any ideas why this is happening?
The page the RadDatePicker sits has lots of javascript and ASP.NET controls such as gridview and form controls.
The issue: The DatePicker works when page is initially loaded, but when a client or server side event is fired, and the user tries to click on the DatePicker calendar a javascript error occurs.
the Error is: 'this.CurrentViews.length' is null or not an object.
In the javascript the "CurrentView" is a child object of the Shared Calendar, on the initial load I can see it has properties and such, but becomes null when user fires client or server side event, even though all the other Shared Calendar properties are still there.
I tried EnableViewState, with no success. Any ideas why this is happening?