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
265
xamNumericEditor
posted

I use xamNumericEditor for an input estimate field. I have 2 questions regarding this control:

  1. How do I limit the number of digits displyed to the user? Currently by default this field is very large. How do I limite this so that the field length isn't so big?
  2. When I delete everthing out of the the field (empty field) it threw an error. How do I prevent the user from emptying the field so that the error is not be thrown? 
  • 6759
    Suggested Answer
    Offline posted

    Hi adatzeng,

    1. In xamlNumericEditor you could set max and min values that are accepted or even an input mask if you are using floating point type. For more info how to do this check this link
    2. I cannot reproduce the scenario you have described above. Please provide more details or simplified version illustrating this behavior.

    Home this help,