Hey,
I currently have a few jqxgrids implemented with filters and my users are running into an issue where the textbox filter is firing off a request to the server too quickly. The data takes a couple seconds to reach the user. In that time, any additional text they enter into the filter gets removed once the initial request has returned.
If I was filtering on a column and began to type “product” and entered “pr” and then paused, the grid sends the request. I continue typing “oduct” and once the grid loads the first filter, “oduct” gets removed from the filter.
Is there anyway to extend or even turn off the “auto-filter” and instead just let the user press “enter” or click out of the box to activate the filter?