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
285
Request for Simple Examples of XAMDataGrid IDataErrorInfo implementations
posted

For me the Feature Browser IDataErrorInfo example under Themes and Styles doesn't help a bit.  It's way too complicated for me with absolutely no discussion on how to implement it.  I've searched the forums here and am still blank on how to do this.  I'm new to WFP to begin with so I need help here.

Is there a simple, commented example of how to implement IDataErrorInfo for the XAMDataGrid that a newby can follow?

1) highlight and icon for fields requiring text input (any length) without using any editors, or if necessary, using the text editor -- this would be just for the data grid itself at the UI level

2) same scenario where the business object the grid is bound to implements IDataErrorInfo. 

Please don't point me to partial posts with scanty information because I've tried them.  I even copied the styles in from the Feature Browser sample, but no errors trigger and I cannot see where in that sample, in the XAML, or the code behind, where in the heck the control is told that an amount has to be greater than zero etc.  What is triggering those? 

Frustrated after several hours of trying...