I have read jmcilhinney’s post on using a Dialog to edit a DataGrid. (Nice addition to the codebank). Update Grid Row in Dialogue

Can a similar technique be used to share the entire DataTable (through an existing BindingSource perhaps) to a second form (which would have a DataGrid) rather than just sharing select rows of data from the BindingSource?