I am programmatically adding columns to a DataGridView and then binding to a list. By default, the SortMode of the columns are Automatic. But when I run my app, clicking o
I think I found the answer. My datasource implements IList. Apparently it need to implement IBindingList. Unfortunately, I'm not able to test this.
IList
IBindingList