You must Sign In to post a response.
  • Category: Windows

    How to apply filter on multiple column in desktop application

    Hi Friends

    I want to apply filter on multiple column in grid view of desktop application( Like Jquery search) .

    How can i do the same.

    Thanks in advance.

    Aaditya
  • #768256
    You can use stored procedure and pass the parameters as many as you have filters,
    Thanks!
    Anjali Bansal

    ~Give your best and lead the world

  • #768258
    Hi,

    You can use combobox for this purpose.
    In your header cell, add one combobox with values as your grid view column names.
    Depending on its selection change, you can apply those filters.

  • #768262
    Sometimes when we want to display limit data or a query then it is a better option to use of filtering database. There are basically three types of filtering
    Common filters
    Filter by selection
    Filter by form
    More detail about filtering database refer to : https://support.office.com/en-us/article/Filter-data-in-a-desktop-database-4dbc43d7-cce2-4f34-8f73-eead5073ce16

  • #768267
    @shashikant

    How to apply such changes as this is desktop application. Can you please explain?

    Aaditya


  • Sign In to post your comments