Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Calendar > Microsoft JScript Error " get_selectedDate" with IE

Not answered Microsoft JScript Error " get_selectedDate" with IE

Feed from this thread
  • Adigard avatar

    Posted on Jan 26, 2012 (permalink)

    Greetings,

    I'm facing a problem when i'm lauching my project locally with IE.

    Erreur d'exécution Microsoft JScript: Impossible d’obtenir la valeur de la propriété  « get_selectedDate » : objet null ou non défini
    Which basically means : Error of execution Microsoft JS : unable to get the property : « get_selectedDate » : object null or undefined

    ( i already verified my RadDateTimepickers had a date selected when i get this error )

    The weird thing is i get this only using IE.

    var pickerDebut = $find("<%= StartDate.ClientID %>");
    var dateDebut = pickerDebut.get_selectedDate().format("dd/MM/yyyy");
     
    var pickerFin = $find("<%= EndDate.ClientID %>");
    var dateFin = pickerFin.get_selectedDate().format("dd/MM/yyyy");

    Thanks in advance for your help

    Reply

  • jumpstart Master avatar

    Posted on Jan 27, 2012 (permalink)

    Adigard:

    I would suggest that, if you have not already done so, you should wrap your Javascript code in a RadCodeBlock. It may help to overcome the Browser's interpretation issues.

    Hope this helps!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Calendar > Microsoft JScript Error " get_selectedDate" with IE
Related resources for "Microsoft JScript Error " get_selectedDate" with IE"

ASP.NET Calendar Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]