I am wondering how (or if possible) to reset a data grid after a column header has been clicked to sort the rows within the grid. Pretty much emulating closing the form, and reopening it.
The issue is that I am sorting by a combo box and also allowing the user to sort by clicking on column headers. Once a column header has been clicked, nothing else happens when trying to update values in the grid because a column header has been clicked.
Is there any possible way to reset or refresh the grid upon column headers being clicked but still sorting them?