Are you showing the child window using ShowDialog? If so, after the ShowDialog, run your code that updates your DataGridView. Hopefully you have that code in it's own method so you simply add one line of code here.