when I do a search operation on my jqgrid it display me the correct response but, if I click on reload grid it display me always the same response of the search op.
How can I reload the entire data? I would use the default navgrid.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The “Reload Grid” button of the navigation toolbar clear the filter and reload unfiltered grid contain. If you open the “Find Records” button of the navigation toolbar the previous filter should be displayed. Clicking on the “Find” button will follow to reloading the data with the current filter.
If you use both “Find Records” button of the navigation toolbar and the Searching toolbar in the same grid I would recommend you to use
recreateFilter: trueoption of the searching dialog (see my other answer). In the case the current filters from the searching toolbar will be used in the searching dialog.If the advises not solve your problem you should append your question with the code fragment which you use and describes more exactly the behavior which you would like to have.