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
4695
ultraNumericEditor - Show currency when changing numeric type
posted

Dear all,

I have changed the numericType from integer to be decimal, then it show currency. Do you know why?? I only want the quantity decimal data type. How should I do??

this.txtActQuantity.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;