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

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?

+4
source share
1 answer

I believe this is a bug due to the lack of a CSS style in the line style that has already been fixed. Additional information about the problem in this forum: http://www.telerik.com/community/forums/aspnet-mvc/datepicker/error-on-page-when-selecting-month.aspx

+2
source

Source: https://habr.com/ru/post/1307731/


All Articles