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
415
Leading zeros on UltraNumericEditor
posted

How do I configure on UltraNumericEditor to have leading zeros.

For example: when I configure Mask Input = {double:6.4} if user type 123.45 the value of ultranumericeditor will show like that 000123.4500

Can I configure UltraNumericEditor like above? Because I have many many forms use this control so I don't want to code on every form :(

Any help will be appreciate, :)

Thanks, 

Dan

Parents
No Data
Reply
  • 415
    posted

    Ooops, I already found a way to do like that :(

    First, I set the PromptChar from _ to 0

    Second, I set "Mask Display Mode" to Include Both

    That's ok :)

     

Children