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

[Solved] DatePicker in FF en Chrome not working

1 Answer 13 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.
J
Top achievements
Rank 1
J asked on 16 Nov 2012, 01:33 PM
Please check validation on Telerik.Datepicker when using globalization (nl-NL) in Windows8

Using Telerik 2012.3.108 and jquery-1.7.1.min.js

Date Format: 31-12-2012

In IE10 OK
in FF wrong: no valid date
in Chrome wrong: no valid date


1 Answer, 1 is accepted

Sort by
0
J
Top achievements
Rank 1
answered on 21 Nov 2012, 01:26 PM
 FOUND IT. It has nothing to do with Telerik, except some missing jquery-scripts. These can be found on:
http://bassistance.de/jquery-plugins/jquery-plugin-validation/

Add these scripts with datePicker.  (_nl = Dutch)
    <script src="~/Scripts/localization/additional-methods.js"></script>
    <script src="~/Scripts/localization/methods_nl.js"></script>
    <script src="~/Scripts/localization/messages_nl.js"></script>
Tags
Date/Time Pickers
Asked by
J
Top achievements
Rank 1
Answers by
J
Top achievements
Rank 1
Share this question
or