JqGrid search questions

You have two questions.

  • Make the search filter form modeless.

  • Allow search by pressing enter key instead of pressing search button. thank.

+2


source to share


1 answer


Sachin,

Your question seems to be more of an expression, but if you are looking for different options for jqgrid take a look:
http://www.trirand.com/jqgrid/jqgrid.html#

New in version 3.5> Integrated search toolbar



It allows you to do an interactive search and respects the enter key.

However, you lose operators ... but I suppose you could change the code that was added to add something like this back (or bind your operator to text ... i.e. the user enters "> 400" and not "400", but it poses security risks)

+3


source







All Articles