A Visual C# 2017 tutorial showing how to drag and drop data from one datagridview to another. We build a program with two datagridviews, one with a list of people and one with day slots. We then show how to drag and drop people from the first datagridview into the day slots in the second grid. Get the code here: https://docs.google.com/document/d/11rsaOMIMgd_zqlcKwXhAZSXs7VhyapHaGtq8i2TvlHk/edit?usp=sharing
Visual C# 2017 drag drop between two datagridviews (with source code)