I have added the search toolbar to my jqGrid and was wondering is there anyway to search certain columns instead of all of them?
By default, the search toolbar shows a search field for every column.
Using BlockUI plugin: http://jquery.malsup.com/block/ Using jqGrid options: loadui and set it to 'block'
You can capture the data with respect of Fiddler or Firebug. Probably you has some datatypes, don't use gridview:true option and use afterInsertRow method which make jqGrid working slower espetially for lagre pages. It can be also that you do many work inside of gridComplete or loadComplete event handler.
If you define search:false
property for the column in the colModel the search toolbar will have no input element for the column.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With