This question is locked. New answers and comments are not allowed.
Hi,
Could you please help with the two following questions about row validation events?
1. I noticed that RadGridView_RowValidated event is fired even though e.isValid =false in the rowValidating event handler (with e.ValidationResults.count > 0). Is this as designed?
2. In the workflow where user input some invalid data that fails to pass the row validation (in row_validating event I add entries to e.ValidationResults). After that, if user press Escape twice to revert the data and end the edit, the red exclamation mark does disappear in the row header, but when mouse hover on any cell for this row, the previous error message still displays. Is there anyway to clear the error message?
Thanks!
Could you please help with the two following questions about row validation events?
1. I noticed that RadGridView_RowValidated event is fired even though e.isValid =false in the rowValidating event handler (with e.ValidationResults.count > 0). Is this as designed?
2. In the workflow where user input some invalid data that fails to pass the row validation (in row_validating event I add entries to e.ValidationResults). After that, if user press Escape twice to revert the data and end the edit, the red exclamation mark does disappear in the row header, but when mouse hover on any cell for this row, the previous error message still displays. Is there anyway to clear the error message?
Thanks!