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
175
How to make inputmasked ultraMaskedEdit left justify the value meaning from Left to right ?
posted

Hi all

I wanna know how to set input from left to right like the default behavior in an ordery textbox.

thanks in advance

 

 

Parents
  • 45049
    Suggested Answer
    posted

    For an optional digit placeholder that is otherwise treated as a string (including being input from left-to-right), use "9" instead.  So, for three optional digits, your mask would be:  999

    What you're seeing is correct behavior for using "n" in an InputMask.

    For more information on input masks and their behavior, please refer to the API documentation of the InputMask property (link leads to article in online help documentation in NetAdvantage for .NET 2009 Volume 1).

Reply Children