After entering data into all the textbox, and after clicking the submit button, it won\'t immediately show in the datagridview, I need to reopen the form in order to see the
this.donorsTableAdapter.Fill(this.sbmsDataSet.donors);
Try below piece of code.
this.dataGridView1.RefreshEdit();