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
125
DateTime Column Exception in 2009.1 ver
posted

Hi,

I'm getting the "System.FormatException:" when trying to edit cell value or set row filter on a datetime column

in your examples, and even in my test app.My Culture is RU

When i set FormatInfo to Invariant or "en-US" it works, but format of the displayed value becomes wrong.

 ultraGrid1.DisplayLayout.Bands[0].Columns["RequestDate"].FormatInfo =
                    System.Globalization.CultureInfo.InvariantCulture;

Thanks

Parents
  • 69832
    Verified Answer
    Offline posted

    This is a known issue which has been addressed in the first hotfix; you should log an incident so that you receive a notification when the fix becomes available.

Reply Children