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