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
195
UltraNumericEditor Format String Behavior
posted

I have a UltraNumericEditor control and place the "###.000" mask to display three decimal place in FormatString value, in the MaskInput I got "nnn.nnn" when I enter the data work correctly 1.257 but when left the control display 1.26 never display three decimal values.  What I did wrong?

  • 195
    posted

    Disregard this message, I found code in the show method of the form that override my setting in the control.  Sorry!!!