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
295
UltraGrid - Validation - Working with custom DTO and wish to use DataErrorInfo
posted

Hi, 

I found this link to use DataErrorInfo in UltraGrid for validation.

http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/WinGrid_Display_Row_Cell_Errors_Using_IDataErrorInfo.html

I can't get this to work because the e.Row.ListObject is a DTO object on my model. And not a DataRowView like the sample says.

Is it still possible to set Column errors and/or row errors?

Thanks in advance!

Tobias