i have a datagridview that binded to BindingList, i want to add sortting feature to that grid
i used sort() method in the datagridview but it gives me exception DataGridView control cannot be sorted if it is bound to an IBindingList that does not support sorting.
any ideas