I have a DataGrid WPF. I read the csv file and built ObservableCollection of objects. I set the DataGrid.ItemsSource to the collection. I would like to force RowValidation to use every row in the DataGrid. If I, playing the user, edit the cell, start RowValidation, all is well. But the check does not work on boot. Is there any way I can name? ValidateRow ?? by line? on each line? (C #, WPF, VS2008, etc.)
validation wpf datagrid wpf-controls
Steve mills
source share