Reputation: 287
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.
Upvotes: 24
Views: 16672
Reputation: 222017
If you define search:false property for the column in the colModel the search toolbar will have no input element for the column.
search:false
Upvotes: 50