jQWidgets Forums
Forum Replies Created
-
Author
-
December 6, 2016 at 12:04 pm in reply to: Custom Filtering for phpdemos/server_side_grid_filtering Custom Filtering for phpdemos/server_side_grid_filtering #89597
Hello, Hristo!
The problem was solved after the removal of the call
$(“#jqxgrid”).jqxGrid(‘clearfilters’);
in function applyFilter. Filtering works in line with expectations. Thank you.
December 2, 2016 at 11:13 am in reply to: Custom Filtering for phpdemos/server_side_grid_filtering Custom Filtering for phpdemos/server_side_grid_filtering #89521Thank you Hristo!
Yes, I have read an explanation from Peter Stoev:
http://www.jqwidgets.com/community/topic/grid-custom-filtering-with-remote-json-not-working/
There arose the same error. Unfortunately, he does not explain how to practically implement the bindingcomplete event. How to write correct code, to avoid this situation “server-side processing is enabled and you are trying to initiate one operation”?
December 2, 2016 at 8:42 am in reply to: Custom Filtering for phpdemos/server_side_grid_filtering Custom Filtering for phpdemos/server_side_grid_filtering #89513Hello Hristo! Thanks for your reply.
Yes, I know this example:
http://www.jqwidgets.com/jquery-widgets-demo/demos/php/serverfiltering.htm?light
But this example does not custom filter. In this example filterable: true and everything works fine.An example from the article
http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-filtering.htm?search=grid
uses data already downloaded (localdata: data) and also works fine.I checked my custom filter from my example to other data (Array data, XML data, JSON data, JSON data using PHP) and also doing well.
The problem arises precisely from my example of the structure. That is, when the custom filter is set and you need to perform filtering on the server. Then there arises this error:Error: jqxGrid: The data is still loading. When the data binding is completed, the Grid raises the ‘bindingcomplete’ event. Call this function in the ‘bindingcomplete’ event handler.
Because errors GET-request parameters do not contain information about filtering
filterscount 0
groupscount 0
pagenum 0
pagesize 25
recordendindex 25
recordstartindex 0Thank you for your attention.
November 8, 2016 at 4:59 pm in reply to: Grid Server Sorting, Paging and Filtering – unending "Loading…" Grid Server Sorting, Paging and Filtering – unending "Loading…" #88847Thank you for your attention to the problems.
November 4, 2016 at 9:31 pm in reply to: Grid Server Sorting, Paging and Filtering – unending "Loading…" Grid Server Sorting, Paging and Filtering – unending "Loading…" #88759My system: Windows XP SP 3, Firefox 48.0.2
-
AuthorPosts