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
190
Culture not applied
posted

Hi I have creating WebCurrencyEdit and WebDateTimeEdit dynamically, it´s used in a UltraWebGrid. I allow the user to edit values but my culture isn't respected.

Example:

            WebCurrencyEdit currencyEditControl = new WebCurrencyEdit();
            currencyEditControl.ID = "MyControlID";
            currencyEditControl.Culture = Thread.CurrentThread.CurrentCulture;
            currencyEditControl.DataMode = NumericDataMode.Text;
            currencyEditControl.NumberFormat = MyNumericFormatInfo.NumericFormatInfo;
            currencyEditControl.MinDecimalPlaces = MinDecimalPlaces.Two;
            column.EditorControlID = "MyControlID";

Tanks

Version: 8.2.20082.1000