Entity objects that have a property where Not Null is true and have no default value, throw an error when added to a DataGridView through the inline edit ie. adding a new row at the bottom of the grid.
Setting a default value on the property ("" for a string as an example) allows the object to be added.