Hi,
In the DataGridView there are rows sorted by priority (first row has the highest priority) and I want to enable the user to change the priority in the user interface. The best way to do it would be to simply drag and drop the selected row but I think the logic to implement this functionality is quite complex.
The other possible way would be to add side buttons (up and down) so the user could move the selected row up or down.
Does anyone know if there is any existing control or DataGridView setting that could enable the user to sort the rows or does it have to be implemented manually?
I would appreciate your comments about how to implement the sorting functionality.
Thank you!