|
-
Apr 20th, 2013, 12:00 PM
#1
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
-
Nov 22nd, 2013, 09:59 AM
#2
New Member
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?
-
Nov 22nd, 2013, 10:04 AM
#3
Re: SortableBindingList<T> -- SortableBindingList(Of T)
 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.
-
Nov 22nd, 2013, 10:12 AM
#4
New Member
Re: SortableBindingList<T> -- SortableBindingList(Of T)
I found this project, which might solve my problem. It includes filtering too:
http://sourceforge.net/projects/blw/
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|