Is simple binding supposed to work same was as complex binding, regarding the case that if fieldvalidator returns false, the binded control is refreshed to previous state. Becouse, if I bind my entitycollection to datagrid, edit the column -> validator return false and column gets resetted to what ever it was showing before.
This doesn't seem to be the case when using simple binding, i.e. control doesn't get refreshed after validator return false (maybe becouse propertychanged event is not fired?)
Any comments?