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

1 Answer 194 Views
Chart (Obsolete)
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:34 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.

1 Answer, 1 is accepted

Sort by
0
David
Top achievements
Rank 2
answered on 08 Feb 2008, 05:37 PM
Sorry.  I posted this in the wrong section.  I have reposted this under the RadScheduler Threads.

Thanks.
Tags
Chart (Obsolete)
Asked by
David
Top achievements
Rank 2
Answers by
David
Top achievements
Rank 2
Share this question
or