How to disable search opertion for seleted column in jqGrid?
I have a five column(2 integer,3 String column) grid with column filter. i want search operations for integer values(greater,less,equal) its working fine, i don't want search operations for string column. I am using back end search. What am expecting is attached the model image as below please find it i want search but i don't want search operations for String having columns How to remove search operations in selected column. please help me. jQuery("#list451").jqGrid({ url: 'localset.php', datatype: "json", height: 255, width: 600, colNames: ['Index', 'Name', 'Code', 'N Name', 'C Name'],