Skip to content

Custom filtering searching Operation

Oleg Kiriljuk edited this page Feb 20, 2015 · 10 revisions

jqGrid support searching/filtering out of the box. One can use filterToolbar to add the searching toolbar to the grid and one can use searchGrid method of navGrid for searching (the dialog which allows to search in the data).

The problem is: the list of operations in jqGrid till version 4.7 is predefined and can't be extended.