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.