I\'m using the jqGrid available at http://www.trirand.com/jqgrid/jqgrid.html and I can\'t find a way to disable its expand/collapse button on the top right of the header. An
If you want to disable the main grids toggle button then you can set
hidegrid: false
If you are trying to disable or hide the subgrids expand and collapse button then use this on loadcomplete
jQuery("#GridTeableID").jqGrid('hideCol', "subgrid");