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

Kendo DatePicker cannot select a date

2 Answers 412 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Vivek
Top achievements
Rank 1
Vivek asked on 27 Mar 2013, 07:05 AM
Hi,

I am using Kendo DatePicker() in a MVC 3 application along with IE 7. Somehow when i visit my view in the browser, Kendo DatePicker() shows me the date but keeps the today's date selected and does not let me select any other date. It let  me browse months and years but does not let me select a date?  This is how i am using the Kendo DatePicker()

 <div class="editor-field">
             @Html.Kendo().DatePicker().Name("StartDate").Min(new DateTime(1900, 1, 1)).Max(New DateTime(2099, 12, 31)).Value(DateTime.Today)
                
            @Html.ValidationMessageFor(Function(model) model.StartDate)
        </div>
Also after investigating this in the IE developer toolbar, i am getting the Unselectable = on as shown in the image attached.
However the same thing using Google Chrome works fine and lets me select the date. Any ideas please on what i could be doing wrong? Need help really urgently.

2 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 27 Mar 2013, 12:48 PM
Hello Vivek,

 
The information is not enough to investigate further issue. I will ask you to continue our conversation in the support ticket opened on the same subject, as you can send us a runnable test project.

As to the attribute, it does not interrupt the normal work of the widget in IE.

Regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Accepted
Vivek
Top achievements
Rank 1
answered on 29 Mar 2013, 05:08 AM
just repeating what you said in the support ticket, so that anyone else having the same issue can resolve this:

please make sure that you have the correct version of kendo ui assembly and jquery files. i have explained a little further at this location: http://stackoverflow.com/questions/15654817/kendo-ui-datepicker-does-not-let-the-user-select-a-date 
Tags
Date/Time Pickers
Asked by
Vivek
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Vivek
Top achievements
Rank 1
Share this question
or