I currently download data from a database into a Dataset table, then display the data in a DataGridView.
I would like to sort on more than one column at a time in the DataGridView. Can this be done?
Also, my column headings need to be quite descriptive which leads to unnecessarily wide columns. Is there a way of turning the text on its side (as in an Excel spreadsheet) to allow narrower columns.
Thanks,
Ted
I would like to sort on more than one column at a time in the DataGridView. Can this be done?
Also, my column headings need to be quite descriptive which leads to unnecessarily wide columns. Is there a way of turning the text on its side (as in an Excel spreadsheet) to allow narrower columns.
Thanks,
Ted