I\'m trying to get the values of each column of a selected row in a DataGrid. This is what I have:
private void dataGrid1_CellEditEnding(object sender, DataG
I did something similar but I use binding to get the selected item :
So I can access my SelectedContact.Name in my ViewModel.