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

[Solved] How to make Telerik MVC DatePicker work with globalization?

0 Answers 38 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Артем
Top achievements
Rank 1
Артем asked on 16 Sep 2011, 03:31 PM
I am using Telerik Globalization like in this example - http://demos.telerik.com/aspnet-mvc/razor/datepicker/globalization?culture=en-US
When I am using en-US culture it all works fine, but when I am using ru-RU culture there is a problem - in DatePicker date showed in right format, but on server TryUpdateModel does nothing. For example this correct russian date - 29.09.2011, converts to 00.00.0001, so instead of using dd.mm.hhhh format in ru-RU culture used mm.dd.hhhh like in en-US culture - mm/dd/hhhh

Tags
NumericTextBox
Asked by
Артем
Top achievements
Rank 1
Share this question
or