c# - Silverlight DataGrid duplicate error messages for objects using both DataAnnotations and INotifyDataErrorInfo -


my entity objects use dataannotations attributes validation, validation work silverlight controls , not datagrid, implemented inotifydataerrorinfo. produces duplicate validation errors text in datagrid (it shows error both dataannotations , inotifydataerrorinfo). how can fix this?

my modelbase class: http://pastebin.com/sewggvuc

here a link blog post can you.

author describes how combine inotifydataerrorinfo , dataannotations @ end of post.

if nothing changes - add code of entity class question.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -