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