C# - DataGridView - Drag and Drop Rows Reorder
The DataGridView controls doesn't have enabled drag and drop reordering rows by default. However, here is the code that you use in the future in your projects in order to implement rows reordering with drag and drop.