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
1705
I have an editable grid, and I want certain columns to be required. What's the best way of doing this?
posted

I want certain fields to be required.  Is there a property or event that I should use for this?

Parents
  • 80
    posted

    Assign a required field validator to the column.  Then when the user tries to move from the cell, if it's blank or null then validator the error message will pop up below the cell and won't let them tab away.  No extra javascript required.

Reply Children