tags:

views:

2796

answers:

1

Have two questions.

  1. Make the search filter form non modal.

  2. Allow searching by pressing enter key instead of having to press the Find button. thanks.

+1  A: 

sachin,

Your question seems to be more of a statement, but if you're looking for various options for jqgrid, take a look at:
http://www.trirand.com/jqgrid/jqgrid.html#

New in Version 3.5 > Integrated Search Toolbar

This allows you to interactively search and it respects the Enter key.

However, you lose operators... but I suppose you could modify the code that's given to add something similar back in (or bundle your operator in with the text....ie, user enters "> 400" rather than "400", but this poses security risks)

r00fus