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
Called PropertyChanged method from the InotifyPropertyChanged interface from the form instead of the validation logic and the code now works.
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.