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

RadScheduler Client OnInserting returns NaN Date

3 Answers 72 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 04 Jul 2008, 11:11 AM

Hello everybody,

I wrote the following javascript function for the RadScheduler's 
AppointmentInserting javascript event

function AppointmentInserting(sender, eventArgs)
{
    var time = eventArgs.get_startTime();
    alert(time);
}


The alert box then shows: NaN

However, the function worked until we installed the the telerik update for RadControls for ASP.NET Ajax yesterday.

Is this a known bug or did I do something wrong?

Has anybody a solution for this problem?

Sincerely
Oliver

3 Answers, 1 is accepted

Sort by
0
Oliver
Top achievements
Rank 1
answered on 04 Jul 2008, 11:14 AM
Found the solution on an other thread using a particular hotfix. :)
0
Albert
Top achievements
Rank 1
answered on 08 Jul 2008, 07:13 PM
Ok so where is the hot fix?  I'm experiencing the same thing.
0
Helen
Telerik team
answered on 09 Jul 2008, 07:21 AM
Hi Albert,

The fix is available as part of the RadControls for ASP.NET AJAX Futures build. You can download it from your Client.Net account.
See the attached screenshot for details.

Hope it will be helpful.

Regards,
Helen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Oliver
Top achievements
Rank 1
Answers by
Oliver
Top achievements
Rank 1
Albert
Top achievements
Rank 1
Helen
Telerik team
Share this question
or