没有找到可以直接禁止的属性,但是找到两个间接禁止的方式。

方式一:

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

方式二:
onClickRow: function () {
    $('#gvStlxtjb').datagrid('clearSelections');
},

 

参考内容:https://bbs.csdn.net/topics/390490560

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-02-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
相关资源
相似解决方案