Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
660
Multiple Column Validation using IDataErrorInfo
posted

I have a xamDataGrid that is validating on cell leave for say column "A", this validation routine adds an error to another column "B". I know that the error exists on column "B" and that the IdataErrorInfo.Item property is being accessed for column "A". Is there a way for me to tell the grid to validate (call IDataErrorInfo.Item) for all other cells for that row in code behind?

 

Thank you