I have two DataGridViews that have the same column schema (although two different DataViews as DataSource – if that matters). What is the best/quickest way to move a row from one datagridview to the other?
I have two DataGridViews that have the same column schema (although two different DataViews
Share
Even though I have two DataTable as binding for my DataGridViews, I couldn’t see any way around using the DataGridView to get the selected rows and move them, which is a requirement for my application.
GridUtility.cs
To use it: