Hello to all.
I have a Master
BussinessBase with BusinesslistBase of child BussinessBase. I have also a win
form with the details of master and a datagridview of BusinesslistBase. My
question is how do I implement SortedBindingList with BusinesslistBase to be
able to sort child datagridview colums.
When tried
with ColumnheaderMouseClick to sort datagridview I got the following error “DataGridView
control cannot be sorted if it is bound to an IBindingList that does not
support sorting.”.
Thanks in
advance.
this issue comes up quite a bit on the forums - see:
http://forums.lhotka.net/forums/thread/13802.aspx
http://forums.lhotka.net/forums/thread/20078.aspx
these threads should point you in the right direction
Copyright (c) Marimer LLC