I've DataGridView that bound a List<myClass> and i sort it by "Priority" property in "myClass".
So I want to drag an "DataGridViewRow" to certain position to change it's "Priority" property.
How could I "Drag & Drop" DataGridView Rows ?. And how to handle this ?.