I am new to Infragistics xamDatagrid. Currently I am converting win form screen to WPF. Do we have and equivalent of DataGridView RowValidating event in XamDatagrid. Please Help.
I believe that RecordUpdating is the closest parallel to the DataGridView's RowValidating event. This event occurs before the changes are committed to the data source, and can be canceled by setting e.Handled = true.