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
795
BeforeRowUpdate Data Validation - Cancel is removing entered data
posted

I'm trying to validate the row data in BeforeRowUpdate. If the validation fails, I'm setting e.Cancel to true. The row properly states in add mode but all the data is reset back to when the new row first appeared and everything entered is lost.

How can I preserve what the user has entered and give them a chance to correct it?