Base solution for your next web application
Open Closed

Filter on list pages #847


User avatar
0
mabood created

Hi, I am trying to write an application based on aspnetzero. I have created one Multi-Page application and using J Table for my grids. I want to have filtering option like user's list but when i click search button in my list it refreshes the whole page and the value of my filter textbox becomes empty. I have checked everything with user's list and everything looks same. I don't know what i have done wrong. Any help would be appreciated.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Can you share your js & cshtml files in order to check problem. Do you see any script error when open chrome developer console ?

    Is your search button html <a> element ? If so, it's href property might be causing the problem.