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

Parents
  • 835
    posted

    Ok, I've partially answered my own question.  I was able to implement a range validator, but now the user can leave the cell blank which is a violation of a required field validataion.  Can a column have two forms of validation?

    -Mark

Reply Children