This question is locked. New answers and comments are not allowed.
Hello,
I did implement IDataErrorInfo and INotifyDataErrorInfo in order to validate the data in a RadGridView.
However, the error message is not displayed as expected.
If my error message is "ABCDEF"
It will be displayed like this:
ABCDEF
A
B
C
D
E
F
And if I click elsewhere in the grid, only the first letter of the message will be displayed (in this case, only the letter A).
Is the RadGridView supposed to handle IDataErrorInfo and INotifyDataErrorInfo or should I use the CellValidating event to set the error message?
I did implement IDataErrorInfo and INotifyDataErrorInfo in order to validate the data in a RadGridView.
However, the error message is not displayed as expected.
If my error message is "ABCDEF"
It will be displayed like this:
ABCDEF
A
B
C
D
E
F
And if I click elsewhere in the grid, only the first letter of the message will be displayed (in this case, only the letter A).
Is the RadGridView supposed to handle IDataErrorInfo and INotifyDataErrorInfo or should I use the CellValidating event to set the error message?