Telerik asp.net mvc datepicker "Invalid argument" in Internet Explorer (IE) 8

Posted by GlobalCompe on Stack Overflow See other posts from Stack Overflow or by GlobalCompe
Published on 2010-04-22T21:21:26Z Indexed on 2010/04/22 21:23 UTC
Read the original article Hit count: 834

I am using Telerik asp.net mvc extensions. I have an issue that happens only in IE. I have IE 8. I don't have this issue in Firefox (3.6.3) or Chrome (4.1.249.1059)

The problem happens when I want to pick a particular date by first clicking on the year on top and then the month. At that time, I get Invalid Argument error in jquery-1.4.2.min.js

I am using VS2008 SP1 with ASP.NET MVC 2 RC2.

I have tried this in a new asp.net mvc solution after "manually" modifiying it to become MVC 2 compliant and then doing all that telerik says on this page link text And finally using Datepicker in the Home/Index.aspx

    <%= Html.Telerik().DatePicker()
    .Name("DatePicker")

%>

Has anybody else run into this issue?

© Stack Overflow or respective owner

Related posts about telerik

Related posts about asp.net-mvc