Is there a way to increase the delay on the autofilter so it doesn’t start searching right away – or have it auto-filter based on hitting the TAB to the next-column instead?
I have users who are typing several characters and a few are being ‘skipped’ due to the speed of typing vs the speed of the auto-filter.
I hope that makes sense.
Thanks for any assistance
2 Answers
Search following code in lib/inc/jqgrid_dist.php
jqGrid(‘filterToolbar’,{stringResult: true,searchOnEnter : false, defaultSearch
and replace searchOnEnter: true
Your Answer