We have a bunch of business objects. We want to enable the sorting and filtering functionality that the BindingSource gets when bound to a Datatable or some such. Does anyone have any examples or even a starting point for me on how to impliment the right things in the BindingSource so that it will allow sorting and filtering of our business objects
Thanks!

BindingSource (BindingList<T>) Filtering and Sorting Examples for Objects
BCullenward
cbarru1
MSDN has an excellent 3 part article written by Michael Weinhardt on extending BindingList<T> to do sorting and filtering: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnforms/html/winforms11162004.asp
Joe
caldo_123
Phil
Andrey Grigorev
Did you ever find any VB code for this - I am looking for same.
Thanks.