jqGrid multiselect - limit the selection of the row only using the checkbox

后端 未结 3 1582
我在风中等你
我在风中等你 2020-12-09 00:29

Good morning, I\'m working on a jqGrid that have the multiselection active.

I need to limit the selection of the row only using the multisel box, not by clicking eve

3条回答
  •  萌比男神i
    2020-12-09 01:04

    When multiselect is set to true, clicking anywhere on a row selects that row; when multiboxonly is also set to true, the multiselection is done only when the checkbox is clicked. So the answer would be:

    multiboxonly: true
    

提交回复
热议问题