Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
855
Ultra DateTime Editor Not Consistent Culture
posted

If I set the ultra datetime editor culture via the .FormatProvider property, the text displayed in the control is shown correctly.  However, when you click on the drop down button, the control uses the current Windows culture.

Is there a way to set the datetime editor so the drop down calendar uses the same culture as the .FormatProvider property?

Thanks.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    No, I don't think this is possible. The dropdown of the UltraDateTimeEditor is a Microsoft MonthPicker control and it doesn't have any support for changing it's culture - it always uses the current culture.

    I recommend that you use the UltraCalendarCombo, instead. This control does not rely on any inbox controls, so it's more flexible.

Children