Hi,
I use a normal WinGrid that uses a UltraDataSource with a defined data shema.
How can I display some validation errors in the grid?
Is there a posibility to use something like DataErrorInfo?
UltraDataSource doesn't have support for IDataErrorInfo. So you can't use that.
You could use the InitializeRow event to add images to cells, though.