I have tried to figure out how to disable the header for a jqGrid, so that the row containing the column names does not show. So far, I have come up with no solution. Is the
This works:
var grid = $("#GRID_NAME"); var gview = grid.parents("div.ui-jqgrid-view"); gview.children("div.ui-jqgrid-hdiv").hide();