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
470
Show Validation Errors
posted

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?

 

  • 469350
    Verified Answer
    Offline posted

    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.