I'm trying to find a simple way to allow users to sort a DataGridView on multiple columns by selecting multiple column headers.
For example I want the user to be able to click on the column header for the state column then click on the header for the city column to get the view sorted by state and city.
Any Suggestions, I know I can easily add a button that will sort the binding source on "State, City" but there are a lot of sorting combinations that my users may want to use.
Thanks
Perrin
For example I want the user to be able to click on the column header for the state column then click on the header for the city column to get the view sorted by state and city.
Any Suggestions, I know I can easily add a button that will sort the binding source on "State, City" but there are a lot of sorting combinations that my users may want to use.
Thanks
Perrin