jQWidgets Forums
Forum Replies Created
-
Author
-
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.
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.
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!
May 15, 2014 at 2:07 pm in reply to: PHP Server-Side Filtering & Checkbox Selection PHP Server-Side Filtering & Checkbox Selection #54509Hi 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.
May 15, 2014 at 1:22 pm in reply to: PHP Server-Side Filtering & Checkbox Selection PHP Server-Side Filtering & Checkbox Selection #54500Hi 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.
-
AuthorPosts