I have a WPF app with a DataGrid bound to a property in my ViewModel. The first column in the DG has a Combobox. When I click on the last row to add a new record and I select a item from the combobox, a red exclaimation sign appears in the record marker at the left and I can't edit the rest of the columns in that new row.
What would cause this to happen?