Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

determining whether the Pager was triggered by a new search/quicksearch or the pager #285

Open
ssteiner opened this issue Oct 10, 2016 · 0 comments

Comments

@ssteiner
Copy link

Hi

I've implemented a caching mechanism for my IQueryables as they are on a remote system. That works fine, but now I need to be able to differentiate between the Pager controller method being hit by a new search or quicksearch, or just by the user moving between pages.

The easy way would be to simply put your BsGridRepositorySettings in the Session and compare them. However, the Session may not be used for this purpose in this project (the GUI should support multiple open pages in the same browser).. so I'm wondering if there's any method to determine whether the user started a new search/quicksearch when the Pager is being hit, or if the user is just moving around in the current search results.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant