I\'m getting nuts here with this:
ObservableCollection list = new ObservableCollection(); dgEmployees.ItemsSource = list;
I've got it
on Datagrid XAML, put the attribute:
IsReadOnly="True"