Problem: jqGrid with subgirds. I want to disable the expand/collapse functionality for some rows of the main grid.
If you are trying to disable or hide the subgrids expand and collapse button then use this on loadcomplete,
jQuery("#GridTeableID").jqGrid('hideCol', "subgrid");