I have a WPF DataGrid with some data. You can add rows through a separate window. The DataContext is the same, a LINQ-to-SQL object. Binding is also the same, I bind the \"I
If you have a case when you have to reload a grid in another window , you can simply close that window and invoke it again.