jQWidgets Forums

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Order of Applying Filters? Order of Applying Filters? #55077

    wizkid
    Participant

    Thanks for trying Peter, but your modified example does not apply to the issue. It is clear to me that their is a bug in the order of applying filters that would suggest your team look further into. The operator between groups is overridden in certain scenarios.

    in reply to: Order of Applying Filters? Order of Applying Filters? #55039

    wizkid
    Participant

    Peter,

    That is not what I am trying to do. Please actually take a second to reproduce the steps I have outlined above.

    I am trying to use the DropDownList to filter values, and then further refine the Grid values with the text from Input.

    Thus, ContinentCode “AS” AND CountryName containing “B” OR City containing “B”.

    You will notice that if you filter with the DropDownList first, the filters become:

    ContinentCode “AS” OR CountryName containing “B” OR City containing “B”.

    The operator is getting overridden if the DropDownList is selected first. It is working fine if I type in the Input first and THEN use the DropDownList. This is still an issue with the latest v.3.3.0 release.

    in reply to: Order of Applying Filters? Order of Applying Filters? #54880

    wizkid
    Participant

    Peter,

    That code is not executed in my example. I have commented the code out and the issue is still occurring. Please look further into my JSFiddle. Thanks for your assistance!


    wizkid
    Participant

    Hi Peter,

    I referenced that documentation in my last reply (#54500). I am asking if you or Dimitar could kindly provide a modified example of this with another widget (i.e. jqxInput) and specify parameters (filteroperation, filterconditon, etc.) to send to data.php for server-side filtering. It is not clear how to do this in the documentation.


    wizkid
    Participant

    Hi Peter,

    Thanks for taking a look. I am somewhat confused on how to correctly apply the filters in the above JSFiddle server-side then? In your documentation (http://bit.ly/1otuc4v) I see that you are using built-in filters for jqxGrid, but it is not clear to me exactly how I can use another widget (i.e. jqxInput) and specify parameters (filteroperation, filterconditon, etc.) to send to data.php for server-side filtering.

    Is there anyway you can provide me with an example of such functionality? I would sincerely appreciate your support.

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