Results 1 to 4 of 4

Thread: SortableBindingList<T> -- SortableBindingList(Of T)

  1. #1

    Thread Starter
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,713

    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

  2. #2
    New Member
    Join Date
    Nov 2013
    Posts
    2

    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?

  3. #3

    Thread Starter
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,713

    Re: SortableBindingList<T> -- SortableBindingList(Of T)

    Quote Originally Posted by samselikoff View Post
    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.

  4. #4
    New Member
    Join Date
    Nov 2013
    Posts
    2

    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
  •  



Click Here to Expand Forum to Full Width