Hello Telerik-Support,
when picking a date with the RadDatePicker in korean culture the control always sets the current Date instead of the picked one.
This Bug occurs when calling the set_selectedDate(date)-Method and it only occurs when in korean culture. Other cultures ( e.g. german, us, polish, ...) work just fine with the Datepicker.
I am thankful for any suggestions on how to fix this.
Kind Regards,
Nicolas Hanstein
when picking a date with the RadDatePicker in korean culture the control always sets the current Date instead of the picked one.
function setCalendarTable() { var picker = $find(_RadDatePicker_ID); var calendar = picker.get_calendar(); var fastNavigation = calendar._getFastNavigation();fastNavigation.OnOK = function () { var date = new Date(fastNavigation.Year, fastNavigation.Month, 1); picker.get_dateInput().set_selectedDate(date); fastNavigation.Popup.Hide(); document.getElementById(_hiddenDate_ID).value = new Date().ticks(picker.get_selectedDate()); };This Bug occurs when calling the set_selectedDate(date)-Method and it only occurs when in korean culture. Other cultures ( e.g. german, us, polish, ...) work just fine with the Datepicker.
I am thankful for any suggestions on how to fix this.
Kind Regards,
Nicolas Hanstein