When I try to switch between views on my scheduler I get the following Java error and the scheduler does not render, It works fine untill i switch between day, week or month views.
as follows
Microsoft JScript runtime error: '0._preInitialized' is null or not an object
Failes in the followin JS script
Telerik.Web.UI.RadScheduler._preInitialize=
function(_10d,_10e,_10f,_110,_111){
var _112=$("#"+_10d);
if(_112[0]._preInitialized==true&&!$telerik.isIE){
return;
}
line in bold is where the error happens.
I assume I must not have set somthing but just cant find it.
Julian