I have a small issue with DataGridView.
I have two forms, in one form the data will be populated by the DataGridView.
When we click on the column header of the gridview the other form will be opened with the corresponding column values.
I have done some manipulations on the data in form2 so before closing form2 I want to update the form1 gridview with these details…
I have seen some details like eventhandler attachment in form1, but I didn’t find an exact answer.
Form 2 code
Form 1 code