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
20
xamNumericInput allows values to be entered below the Min Inclusive value
posted

I'm using Infragistics XAM numeric input in my view and i've specified the Min Inclusive and Max Exclusive values.I'm allowing the user type the values in the control apart from giving the spinner button.

Max inclusive works fine and it does not allow the user to type a value greater than Max Exclusive.

                                 But

Min Inclusive allows the user to type a value below the Min Inclusive.

eg: If Min Inclusive is 1 it allows the User to enter 0.

But if Max Inclusive is 365 the user is restricted from entering the value greater than 365.

This should be the behavior for the Min Value as well

P.S :Spinner buttons work properly for the Min and Max ranges. 

Parents
  • 138253
    Offline posted

    Hello Abishek,

     

    Thank you for your post. I have been looking into and I can say that this behavior is by design, because if you have MinInclusive set to 2 you should be able to enter 1, because we cannot determine whether you will continue to enter numbers and enter 10 for example or you will stop. This is the logic used for all the MinInclusive values. Please let me know if this helps you or you have further questions on this matter.

     

    Looking forward for your reply.

Reply Children