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
Post a Comment