Chapp
Chapp

Reputation: 287

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

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

Answers (1)

Oleg
Oleg

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.

Upvotes: 50

Related Questions