c# - ValidationSummary binding issue. Silverlight. DataForm -


i've got dataform "a" its' own validationsummary , viewmodel. , there other dataforms in grid placed in dataform "a". when error raises in 1 of grids' viewmodels error shown in inner dataforms' validationsummary , in "a" validationsummary. how can fix it?

the answer pretty clear :) handle bindingvalidationerror event in both dataforms.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -