jQWidgets Forums

jQuery UI Widgets Forums Grid Column separated filter on JQXGrid

This topic contains 2 replies, has 2 voices, and was last updated by  davijeb 11 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Column separated filter on JQXGrid #22250

    davijeb
    Blocked

    Hi,

    As the JQXGrid does not handle multiple chained filters on the UI (maximum 2 – though I’m told the API can handle this – if so is there an example please?) would it be possible to have a comma separated free text filter.

    Use case:

    User types: 100,198,200,9000 into ID column filter
    Grid filter performs: ID = 100 OR 198 OR 200 OR 9000 (displaying 4 rows).

    Cheers,

    Jez

    Column separated filter on JQXGrid #22259

    Peter Stoev
    Keymaster

    Hi,

    Through the Filter Menu UI, you can add maximum 2 filters to a column. Using the Filter Row, you can add only 1 filter per column. Using the API without the Filtering UI, you can add as many filters as you wish to a Grid column.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Column separated filter on JQXGrid #22262

    davijeb
    Blocked

    Thanks Peter. Do you have an example of how to use this?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.