sort grid binded to BindingList

  • Thread starter Thread starter mohammed abdel-aziz
  • Start date Start date
M

mohammed abdel-aziz

Guest
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

Continue reading...
 
Back
Top