Disable subgrid expansion for selected rows of jqGrid

前端 未结 4 1584
不知归路
不知归路 2021-01-01 00:26

Problem: jqGrid with subgirds. I want to disable the expand/collapse functionality for some rows of the main grid.

4条回答
  •  暖寄归人
    2021-01-01 01:05

    If you are trying to disable or hide the subgrids expand and collapse button then use this on loadcomplete,

    jQuery("#GridTeableID").jqGrid('hideCol', "subgrid");
    

提交回复
热议问题