I have an ordinary DataGrid in a WPF application that is backed by an ...ObservableCollection<T>.... I am updating a SQL Server database using Dapper....Dapper can update existing records without problems, but to get new records into the database I have ...