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
1105
Can the WinValidator act like the ErrorProvidor in win forms?
posted

Hi,

I was wondering if I could use the WinValidator to react on a dataset or datatable if a row has an error?

Our application validates the bound datatables in the business logic not in the gui. If an error occurs we set the errorstate of the row.

Is it possible to have this functionality with the winValidator?

regards

Stefan 

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    A similar question was asked here; the answer unfortunately is no, it does not support validation of a data source nor does it supprt the IDataErrorInfo interface.

Children
No Data