jqGrid设置单选

beforeSelectRow: function() {
        $(this).jqGrid('resetSelection');
        return true;
}
原文地址:https://www.cnblogs.com/xiaostudy/p/11536196.html