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
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.