So I'm still having trouble figuring out how to do this correctly. I have datagridview on Form1. This is all the products available in the stockroom. The last column is a checkbox, what I want is for the user to check the box for each row they want to order. I then have Form2. There is another Datagrid on form2. I want form2 to display the selected rows from Form1's Datagrid. This just shows them the items they have in there cart before proceeding with ordering.
If code is needed I'll add, I didn't know if this questions needed anything specifically.