Have two questions.
Make the search filter form non modal.
Allow searching by pressing enter key instead of having to press the Find button. thanks.
Have two questions.
Make the search filter form non modal.
Allow searching by pressing enter key instead of having to press the Find button. thanks.
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)