How to disable jqGrid's Search Toolbar for some columns?

Chapp picture Chapp · May 24, 2011 · Viewed 15k times · Source

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.

Answer

Oleg picture Oleg · May 24, 2011

If you define search:false property for the column in the colModel the search toolbar will have no input element for the column.