Hi,
can anyone explain how the Datavalidation concrete works?
My ViewModel implements IDataValidation.
In the Property public string this[string columnname]{} i do my Validation.
If i give a empty string back then it is validated as correct, else as false.
But for what is the public string Error {} property ???
Best regards
Brian Dahl