Refresh DataGridView after data inserted in DB by another dialog
问题 On my Winforms app, I have a primary form with a DataGridView bound to a database Entity datasource. The grid is set up not to allow inserts. Instead I have a button on my form that kicks of a second dialog where the insert takes place (ie. with friendlier ui than is possible with the DataGridView). The insert is working fine.. query of the underlying table in db shows that the record has been inserted. However, I can't seem to get the DataGridView on the primary form to see the new data just