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
390
problem with InputMask property of UltraMaskEditor Control
posted

Hello,

 

I have UltraMaskEditor Control  I  have set Property InputMask -  # # # - # # #

i have enterd 123 - 1 

but control doens't loose focus untill i didn;'t enterd full value as in Inputmask property Format.

how to loose focus from contorl event if i don't enter full value as in InputMask property Format.

 

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    You have to use mask characters that denote optional input; the "9" character, for example, can be used for numeric only input, and does not require entry. There is a table of the supported mask characters here.

Children