I trying to display validation error messages as summary in wpf. Right now I'm able to display it as tooltip for each control using ErrorProvider.
My requirement is that I should display validation error messages of all controls in one place as a summary.
Please let me know how it can be done.
Thanks, Vinutha