I have bunch of hidden columns in my jqGrid, on which I want to enable search,
eg.
{ name: 'Col1', width: 200, hidden: true, search: true },
{ name: 'Col2', width: 200, hidden: true, search: true },
{ name: 'Col3', width: 200, hidden: true, search: true }
But this columns not displaying search popup.
Can anybody help ?