转:http://www.xue163.com/588880/39049/390490560.html

解决方案:

onClickRow: function (rowIndex, rowData) {
    $(this).datagrid('unselectRow', rowIndex);
}

提示:

checkOnSelect 如果为true,当用户点击行的时候该复选框就会被选中或取消选中。

如果为false,当用户仅在点击该复选框的时候才会被选中或取消。

selectOnCheck 如果为true,单击复选框将永远选择行。

如果为false,选择行将不选中复选框。

相关文章:

  • 2022-12-23
  • 2021-07-16
  • 2021-10-07
  • 2021-07-27
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-25
  • 2021-09-09
  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案