So basically I\'ve got 2 DataGridView and I need to copy the rows from one to the other.
DataGridView
So far I\'ve tried:
DataGridViewRowCollection t
just write this:
copyDGV.DataSource = mainDGV.DataSource;