I populate the GridView.DataSource from a EntityFramework Model:...gwTimeLog.DataSource = _entities.TimeLogs;
...When a new row is added to the _entities, I try to update the grid (tried using the same statement as above, setting it null, then back to _en...