Can Validation Rules fire When binding Mode is set to OneWay.?
If No : Is is Because the validation rules fire only when the source property changes and hence under oneway binding the source never changes and so the rules never fire.
Is there a workaround to Fire the validation rules Except invoking the explicitly.( Because i have triggered the save button to be enabled only when ther's no validation errors, So makin the user click and explicitly firing rules is not what i want.)
View Complete Post