Hi,
I have done DataGridRowValidaiton like this:
<wpf:DataGrid.RowValidationRules>
<wpfc4:CourseValidationRule ValidationStep="RawProposedValue" /></wpf:DataGrid.RowValidationRules>
this only runs the validate function when the input gets committed. I also want the validation to occur (Run validation for each row) while user click on some button of application which outside from datagrid.
Please help
Thanks
Dee