I have the DataGridView Binding Mananger which contains one standard string colum and ComboBoxColumn, the values in the combo are sorted from the data model before the grid is populated , but when i click on the column header to sort that column by it textual value , it seems to sort it by the value member. Is there a way to sort it by its display name.
Do i do this in the ListConverter Properties?