This question is locked. New answers and comments are not allowed.
I've implemented INotifyDataErrorInfo in order for validation errors to be displayed by the radGrid.
However, if the property in column 1 has an error, other cells seemingly at random will show up as errors as well, though the error they show is listed as...
"System.Collections.Generic.List`1 [System.String]"
Also, if I scroll so that the Row with the validation error is out of view, and then scroll it back into view - EVERY cell on the row shows as having an error.
How can I correct this?
However, if the property in column 1 has an error, other cells seemingly at random will show up as errors as well, though the error they show is listed as...
"System.Collections.Generic.List`1 [System.String]"
Also, if I scroll so that the Row with the validation error is out of view, and then scroll it back into view - EVERY cell on the row shows as having an error.
How can I correct this?