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
Not sure why no-one has come up with the CSS solution yet...
.ui-jqgrid-hdiv { display:none !important; }
You can scope it using a wrapper container for a single instance if you have other grids that shouldn't be affected.