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 Reply Children
No Data