I am using Telerik asp.net mvc extensions. I have a problem that only occurs in IE. I have IE 8. I do not have this problem in Firefox (3.6.3) or Chrome (4.1.249.1059)
The problem arises when I want to select a specific date, first clicking on the year from the top and then on the month. At that time, I got an Invalid Argument error in jquery-1.4.2.min.js
I am using VS2008 SP1 with ASP.NET MVC 2 RC2.
I tried this in a new asp.net mvc solution after I manually changed it to become MVC 2 compatible and then did everything telerik says on this page the link text And finally using Datepicker in the Home / Index .aspx
<%= Html.Telerik().DatePicker() .Name("DatePicker")
%>
Anyone else run into this issue?
source share