jQWidgets Forums

jQuery UI Widgets Forums Grid Filter like data table

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Filter like data table #55188

    Silvio
    Participant

    Is it possible to have on the Grid a single search text filter for all columns, like the datatable filterMode ‘simple’, as shown in http://jsfiddle.net/jqwidgets/s9RJv/ ?

    Thanks

    Filter like data table #55189

    Peter Stoev
    Keymaster

    Hi Silvio,

    The feature is available only in the datatable and in the treegrid.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Filter like data table #55440

    Silvio
    Participant

    So, I’m doing my own text search that will apply a contains filter on all of the columns.

    However when I add the filters on two or more columns they are doing an AND instead of OR, meaning that my grid will always be empty as the result.

    Question, is there any way to change this behaviour and perfectly simulate that same search we have on the data table.

    Thanks in advance,
    Silvio

    Filter like data table #55459

    Peter Stoev
    Keymaster

    Hi Silvio,

    As I wrote the feature is available only in the DataTable. jqxGrid has multiple different options for filtering. If you want to use exactly that filtering feature, you may use jqxDataTable instead of jqxGrid.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.