
How can I set a custom error template on the property grid?
I am populating the grid using the SelectedObject property.
The source object raises errors through the IDataErrorInfo interface.
I want to create a template that will show the text of the error message to the user.