I have a datagridview that has its datasource linked to a databinding from a database. All the columns are sortable by doubleclicking the header.
Now I added one extra column by hand that just contains numbers. Strangely I cannot sort the datagridview by this column. If I doubleclick the header nothing happens.
I have set sortmode to automatic.
What am I missing here?