jQWidgets Forums

jQuery UI Widgets Forums Grid grid filtering bug ?

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • grid filtering bug ? #24827

    stephan
    Participant

    Hi,

    I found an inconsistency between grid filtering settings and what gets shown on the grid filtering popup menu.

    My fiddle below constructs a grid and then sets two filtering conditions that get combined using ‘or’ operator. The grid shows all rows that contain substring “an” or “bl” in the first column. Yet when you open the popup menu for the first column it shows “AND” as the operator, even though this is not correct.

    http://jsfiddle.net/_stephan_/t7G9Z/

    Regards,
    Stephan

    grid filtering bug ? #24839

    Peter Stoev
    Keymaster

    Hi,

    You may look at this sample which applies a Filter using the required code: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/filtering.htm?web

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    grid filtering bug ? #24866

    stephan
    Participant

    Hi Pter,

    Yes, I know how to filter correctly. My own filtering code and logic now works just fine, whcih is also due to your help, no problem there.

    All I wanted to point out is that a filter that is created in source code and applied to the grid shows up incorrect within the popup menu that you can open interactively via column header. I suspect a bug in the logic that looks at the filters to determine what to show. My example constrcuts a filter with “OR” operator and yet the popmenu shows “AND”.

    Thats all, other then that I’m fine now.

    Regards,
    Stephan

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

You must be logged in to reply to this topic.