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
85
I want to ask any base questions
posted

hi,

1. How to limit inputing length using UltraNumericEditor?

2. How to mask it using UltraDateTimeEditor ? Such as "yyyy-mm-dd hh:mm:ss" and "yyyy-mm-dd"

3.How to mask it using UltraNumericEditor ?  Such as "nnnnnnn.nnnn"

  • 5520
    posted

    1. you can use the MaskInput property to limit the length (i.e. you set the MaskInput  to nnnn and the limit will be 4 digits)

    2.set the MaskInput property to "yyyy-mm-dd hh:mm:ss"

    3. set the NumericType property to double instead of integer and set the MaskInput property