This is a migrated thread and some comments may be shown as answers.

[Solved] broken DatePicker after upgrading to 2011.3.1115

3 Answers 92 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Inna
Top achievements
Rank 1
Inna asked on 22 Dec 2011, 12:19 PM
Hi
After Telerik upgrade to 2011.3.1115 version, we are no longer able to pick any dates using DatePicker control.  I can click on the open calendar button and select the date, however it never shows up in the input box. This is broken for both the DatePicker and DatePickerFor controls.

Any assistance is appreciated.
Thank you!

Inna

3 Answers, 1 is accepted

Sort by
0
Skywalker
Top achievements
Rank 1
answered on 23 Dec 2011, 02:35 PM
Hi, I am experiencing the same issue, however only in the case where I use jQuery >= 1.7.
So, this works (the input box gets populated with the selected date):
@Html.Telerik().ScriptRegistrar().jQuery(true) 

However, this will cause the said issue:
@Html.Telerik().ScriptRegistrar().jQuery(false).DefaultGroup(group => group.Add("~/scripts/lib/jquery-1.7.1.min.js") 

Just to make sure the malfunctioning is caused by some incompatibility beween Telerik and the jQuery 1.7 version I will try to replace jquery-1.7.1.min.js with the js file that comes with Telerik and get back here.
0
Skywalker
Top achievements
Rank 1
answered on 23 Dec 2011, 02:38 PM
I just tried using jquery-1.6.4.min.js and that seems to fix the problem in my case. So it looks like the DatePicker in version 2011.3.1115 is incompatible with jquery-1.7.1.min.js .

0
Georgi Krustev
Telerik team
answered on 01 Jan 2012, 03:29 PM
Hi,

This is a known issue. Q3 2011 release of Telerik Extensions for ASP.NET MVC does not support jQuery 1.7.1. The next service pack scheduled for the begining of the January 2012 will work as expected.

Regards,
Georgi Krustev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Date/Time Pickers
Asked by
Inna
Top achievements
Rank 1
Answers by
Skywalker
Top achievements
Rank 1
Georgi Krustev
Telerik team
Share this question
or