在选中行的时候不选中复选框

添加:cellEdit: true

 multiselect: true,
            cellEdit: true, //在选中行的时候不选中复选框
            onSelectRow: function () {
                selectedRowIndex = $("#" + this.id).getGridParam('selrow');
                $("#delProducts").attr("selectedIndex", selectedRowIndex);
            },
原文地址:https://www.cnblogs.com/firstcsharp/p/6411217.html