This is a migrated thread and some comments may be shown as answers.

[Solved] RadScheduler Microsoft JScript runtime error: Sys.ArgumentNullException: Value cannot be null. Parameter name: id

2 Answers 180 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 2
David asked on 08 Feb 2008, 05:36 PM
I keep getting this error for the Radscheduler control.  Everything works fine until I check the "All Day Event" checkbox While filling out an event for the scheduler.  Once I check that box I get an error in this code

RadScheduler Microsoft JScript runtime error: Sys.ArgumentNullException: Value cannot be null. Parameter name: id

function Sys$_Application$findComponent(id, parent) {

/// <param name="id" type="String"></param>

/// <param name="parent" optional="true" mayBeNull="true"></param>

/// <returns type="Sys.Component" mayBeNull="true"></returns>

var e = Function._validateParams(arguments, [

{name: "id", type: String},

{name: "parent", mayBeNull: true, optional: true}

]);

if (e) throw e;

Why is this error occuring?  Any help would be appreciated.  Please let me know if you need more info.

2 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 08 Feb 2008, 06:28 PM
Hello David,

Thank you for reporting this problem. We have managed to fix it and the fix will be included in the next service pack. Please, open a formal support ticket, so we can send you a hotfix.

Kind regards,
Tsvetomir Tsonev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
David
Top achievements
Rank 2
answered on 08 Feb 2008, 09:18 PM
I've created a ticket which is waiting to be addressed.

Ticket # 120950

Again thanks for your help, it is very much appreciated.

David
Tags
Scheduler
Asked by
David
Top achievements
Rank 2
Answers by
T. Tsonev
Telerik team
David
Top achievements
Rank 2
Share this question
or