SortableBindingList<T> -- SortableBindingList(Of T)
I found this SortableBindingList(Of T) at the following site listed below, thought it might be on interest.
http://www.timvw.be/2007/02/22/prese...ebindinglistt/
The web site above has a C# downloadable project. I converted the C# project into a VS2010 solution (Class library for Tim's classes and a Windows form project to try it out).
https://skydrive.live.com/redir?resi...GsBunPN88j8oNE
Re: SortableBindingList<T> -- SortableBindingList(Of T)
Thanks, this worked out great for me!
Follow-up question: I have a bunch of linked entity objects as my data sources, and I've dragged them onto multiple DataGridViews. When I use your code on the parent-level object (companies), sorting on the DGV works; but then on the child DGV (contracts), they're still lists, not Sortable. Have you run into this?
Re: SortableBindingList<T> -- SortableBindingList(Of T)
Quote:
Originally Posted by
samselikoff
Thanks, this worked out great for me!
Follow-up question: I have a bunch of linked entity objects as my data sources, and I've dragged them onto multiple DataGridViews. When I use your code on the parent-level object (companies), sorting on the DGV works; but then on the child DGV (contracts), they're still lists, not Sortable. Have you run into this?
I have not run into this as I have not done what you have.
Re: SortableBindingList<T> -- SortableBindingList(Of T)
I found this project, which might solve my problem. It includes filtering too:
http://sourceforge.net/projects/blw/