Thread: Good solution to filters on datagridview

  1. #1
    Registered User gavra's Avatar
    Join Date
    Jun 2008
    Posts
    265

    Good solution to filters on datagridview

    Hi,
    I'm developing an info managment system. I am using Access as my db.
    Ufortunetly, the datagridview doesn't support filtering rows by column content.
    I'm using TableAdapter as the source and I was trying to use LINQ to SQL but it seems that the access provider is not supported. \:
    I have also heard of hibernate.

    Does LTS doesn't support ACCESS?
    What should I use instead?
    What is the best way to use filters (filters in excel for example are perfect, cuz it authomatically builds the list of filter options for each column).

    Thank you very much.
    gavra.

  2. #2
    Registered User
    Join Date
    Sep 2011
    Posts
    71
    How about DataTable.DefaultView.RowFilter?

  3. #3
    Registered User gavra's Avatar
    Join Date
    Jun 2008
    Posts
    265
    Good (even though I'm gonna have to build the list my self).
    Does the designer uses DataTable as the source of the datagridview by default?
    If I would load a dataset and then make changes in the database (say I had change a column name in one of the tables), would the dataset get the updates automatically (when I compile the project/open my project or something like that..)
    Do I rather use something else?

    Thank you.
    gavra.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. datagridview
    By darren78 in forum C# Programming
    Replies: 2
    Last Post: 11-16-2010, 05:43 PM
  2. Good Linux workstation backup solution
    By EVOEx in forum Tech Board
    Replies: 15
    Last Post: 05-07-2010, 06:36 PM
  3. What's a good multiplatform C++ thread solution?
    By indigo0086 in forum C++ Programming
    Replies: 21
    Last Post: 04-30-2010, 06:35 PM
  4. Filters in C
    By banderas55 in forum C Programming
    Replies: 1
    Last Post: 01-16-2010, 08:28 AM
  5. DataGridView
    By sgh in forum C# Programming
    Replies: 1
    Last Post: 03-18-2009, 10:40 PM