Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 54333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:12:13+00:00 2026-05-10T17:12:13+00:00

Can anyone suggest a good implementation of a generic collection class that implements the

  • 0

Can anyone suggest a good implementation of a generic collection class that implements the IBindingListView & IBindingList interfaces and provides Filtering and Searching capabilities?

I see my current options as:

  • Using a class that someone else has written and tested
  • Inheriting from BindingList<T>, and implementing the IBindingListView interfaces
  • Write a custom collection from scratch, implementing IBindingListView and IBindingList.

Obviously, the first option is my preferred choice.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T17:12:14+00:00Added an answer on May 10, 2026 at 5:12 pm

    I used and built upon an implementation I found on and old MSDN forum post from a few years ago, but recently I searched around again and found a sourceforge project called BindingListView. It looks pretty nice, I just haven’t pulled it in to replace my hacked version yet.

    nuget package: Equin.ApplicationFramework.BindingListView

    Example code:

    var lst = new List<DemoClass> {     new DemoClass { Prop1 = 'a', Prop2 = 'b', Prop3 = 'c' },     new DemoClass { Prop1 = 'a', Prop2 = 'e', Prop3 = 'f' },     new DemoClass { Prop1 = 'b', Prop2 = 'h', Prop3 = 'i' },     new DemoClass { Prop1 = 'b', Prop2 = 'k', Prop3 = 'l' } }; dataGridView1.DataSource = new BindingListView<DemoClass>(lst); // you can now sort by clicking the column headings  // // to filter the view... var view = (BindingListView<DemoClass>)dataGridView1.DataSource;             view.ApplyFilter(dc => dc.Prop1 == 'a'); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 65k
  • Answers 65k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer I faced the same question a couple years ago. The… May 11, 2026 at 11:17 am
  • added an answer I often use FallbackValue on the binding to have something… May 11, 2026 at 11:17 am
  • added an answer I wonder, what is wrong in using UserVoice in the… May 11, 2026 at 11:17 am

Related Questions

Can anyone suggest a good implementation of a generic collection class that implements the
Can anyone suggest a good source control system that interfaces with VB2005 Express? As
Can anyone suggest a good reason to use web services instead of RPC (not
can anyone please suggest a good code example of vb.net/c# code to put the
Can anyone suggest a way of getting version information into a Web Service? (VB.NET)
Can anyone suggest a suitable way of figuring out a pieces allowable moves on
Can anyone suggest me a helpful programming language which can be used to create
Can anyone suggest which of the Redmine or Tracd would be a better option
Can anyone suggest some good browser add-on tools/extensions to help with development? I have
Can anyone suggest the best deployment approach for VSeWSS 1.2 based development? I have

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.