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.
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.
How to use it. Please explain in Details
Thanks