DataGridView linked to a BindingList : sorting rows not working
I am a beginner.
I am developing a program in C# with Visual Studio and Forms. My Form has a DataGridView linked to a BindingList. I would like to be able to sort rows by clicking a column header.
I set the SortMode to Automatic, but it doesn’t work : there’s no glyph in the column header and clicking on it won’t sort the rows.