jQWidgets Forums
Forum Replies Created
-
Author
-
June 24, 2013 at 8:18 am in reply to: searching remotely & getdatainformation searching remotely & getdatainformation #23662
Whoever runs into this as well:
As a workaround you’ll need use the ‘gotopage’ method and intercept the xhr with abort() at the moment.
This sets the pagenum to the first page.
After that the search xhr can be triggered…@mariya: has someone of the jqWidgets Team had the chance to look into this?
best,
r.rustThanks Peter!
BTW: I am always starting of with the examples from your site when implementing your widgets. Thanks for the effort you put into examples and documentation! As a feedback four your team: This was the main reason to choose jqWidgets for our project.
The pager though (default or custom) causes more issues than the DOM-id being unique.
Maybe you want to have a look into this one: http://www.jqwidgets.com/community/topic/searching-remotely-getdatainformation/ (jsfiddle mini-demo included)
I am trying to do jsfiddles for your staff and the community to track issues down.
A general Suggestion for your team would be to do jsfiddles for all the examples you have on you website. That way the community can fork them and more clearly point out where the problems are.Thanks a lot for your quick response,
best r.rust
June 19, 2013 at 9:09 am in reply to: searching remotely & getdatainformation searching remotely & getdatainformation #23404Dear Mariya,
I put up a minimal example based on yours: http://jsfiddle.net/rrust/H4yBp/
What I try to achieve is:
1. Search for something e.g. “Som” and use the pager until you reach the last page.
2. Type in another search e.g. “Art”
When searching for something new I need the paging information to be reset.
So ist there a way to do something like $(“#jqxgrid”).jqxGrid(‘setcurrentpage’,0); ?Thanks for looking into this,
best r.rust
June 18, 2013 at 2:46 pm in reply to: searching remotely & getdatainformation searching remotely & getdatainformation #23356Dear Mariya,
Thanks for the quick reply! Unfortunately the example does not feature a pager. In fact, my implementation is based on exactly this one.
To be more clear about the problem I am facing:
The dataAdapter does the right thing. Everything is working great.But: the paginginformation inside the grid widget won’t be updated upon the binding of a modified data set.
BTW: is there a jsfiddle type of playground? That way I could provide a working example with the problem.
best, r.rust
-
AuthorPosts