Hello
I have a grid in which I show the data contained in my ViewModel. The validation is done with the IDataErrorInfo on each single row. So every time that a row is added/updated the validation is called on that row.
I would like to validate all the data contained on the grid when a single row is updated because the rows are interdependent.
How can i do it?
Thanks