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
835
User feedback on NumericEditorProvider MaxValue violation
posted

I have a WebDataGrid with a NumericEditorProvider with a MinValue=0 and a MaxValue=80.  If I enter a value of 100, the control automatically changes the value to 80 without notifying the user.  How can I get the control to provide some feedback that a range fiolation has been reached?  Do I have to use a range validator or does the provider have this sort of functionality?

-Mark