Leadeng Leadeng
Top achievements
Rank 1
Leadeng Leadeng
asked on 02 Feb 2010, 05:43 AM
Hi
Switching to day view throws the following error.
Also, I have noticed appointment object becomes null when switching to day view.
Any ideas what could be the cause of this?
Thanks
Switching to day view throws the following error.
j is null
Any ideas what could be the cause of this?
Thanks
7 Answers, 1 is accepted
0
Hi Leadeng,
There was indeed such a bug with the earlier version but we have fixed it with the current official one -2009.3.1314. Do you experience the problem with this version as well?
Greetings,
Peter
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
There was indeed such a bug with the earlier version but we have fixed it with the current official one -2009.3.1314. Do you experience the problem with this version as well?
Greetings,
Peter
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Leadeng Leadeng
Top achievements
Rank 1
answered on 02 Feb 2010, 06:20 PM
Yes. It does occur in the latest version also.
The error thrown as soon as you mouse over on an appointment
OnDoubleclick event - appointment object is null.
Thanks
The error thrown as soon as you mouse over on an appointment
j is null
OnDoubleclick event - appointment object is null.
Thanks
0
Hello Leadeng,
Could you please isolate the problem in a simple working demo and send it to us via a support ticket?
Greetings,
Peter
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Could you please isolate the problem in a simple working demo and send it to us via a support ticket?
Greetings,
Peter
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Timothy Kruszewski
Top achievements
Rank 1
answered on 04 Mar 2010, 11:32 PM
I added the following code to my project today in order to get the timeline view to display the start of the current week which in our case would be Sunday. The view loads fine but the javascript error described below happens when hovering over an appointment in any given cell. This problem does not occur when the code is in the page load event.
protected void RadScheduler1_PreRender(object sender, EventArgs e)
{
RadScheduler1.SelectedDate =
DateUtilities.GetStartOfCurrentWeek();
}
0
Hello Timothy,
Try setting the SelectedDate in the page PreRender event. Alternatively, call Rebind() after changing the SelectedDate.
I hope this helps.
Sincerely yours,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Try setting the SelectedDate in the page PreRender event. Alternatively, call Rebind() after changing the SelectedDate.
I hope this helps.
Sincerely yours,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Jitin Bhasin
Top achievements
Rank 1
answered on 21 Jun 2010, 12:02 PM
I have tried to remove the error since last 2 days but did not get success. Please help me to solve this. The error is on Mouse over on appointment.
Error :
Message: 'null' is null or not an object
Line: 3635
Char: 1
Code: 0
URI: http://localhost/VSS/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_MasterScriptManager_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1314.20%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3aec1048f9-7413-49ac-913a-b3b534cde186%3a16e4e7cd%3a874f8ea2%3af7645509%3a24ee1bba%3a650fdad%3aef9d9f4a%3aa51ee93e%3a59462f1
when debug take me to the
var n=(j.get_allowDelete()!=null)?j.get_allowDelete():this.get_allowDelete();
Please help!!!
Error :
Message: 'null' is null or not an object
Line: 3635
Char: 1
Code: 0
URI: http://localhost/VSS/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_MasterScriptManager_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1314.20%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3aec1048f9-7413-49ac-913a-b3b534cde186%3a16e4e7cd%3a874f8ea2%3af7645509%3a24ee1bba%3a650fdad%3aef9d9f4a%3aa51ee93e%3a59462f1
when debug take me to the
var n=(j.get_allowDelete()!=null)?j.get_allowDelete():this.get_allowDelete();
Please help!!!
0
Hello Jitin,
We'll need to see some sample code in order to help. Have you tried calling Rebind() after changing the RadScheduler properties?
I hope this helps.
Greetings,
Tsvetomir Tsonev
the Telerik team
We'll need to see some sample code in order to help. Have you tried calling Rebind() after changing the RadScheduler properties?
I hope this helps.
Greetings,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items