$(“#JQGrid”).jqGrid(‘navGrid’, ‘#JQPager’, {
search: true,
searchtext: “Search”, // Make the Search icon have a “Search” label next to it
edit: false,
add: false,
del: false,
refresh: false
});
Setting colmenu = true in colModel is not sufficient condition. In order this to work you will need to enable colMenu option in the grid globally. Please look the demo here: