J
Jehu Galeahsa
Hello:
I implemented IDataErrorInfo using a simple Dictionary<string, string>
in a business object. What I noticed was that even after erroring a
"column" or setting the Error property, the ErrorProvider never
displayed the red exclamations.
So, I modified my code so that when an error was set a PropertyChanged
event was raised. This seems to be working... sorta.
Is raising PropertyChanged necessary? or should this be working
without it?
Thanks,
Travis
I implemented IDataErrorInfo using a simple Dictionary<string, string>
in a business object. What I noticed was that even after erroring a
"column" or setting the Error property, the ErrorProvider never
displayed the red exclamations.
So, I modified my code so that when an error was set a PropertyChanged
event was raised. This seems to be working... sorta.
Is raising PropertyChanged necessary? or should this be working
without it?
Thanks,
Travis