jqgrid : drag and drop multiple rows

2019-02-14 18:01发布

问题:

How to drag and drop multiple rows using jqgrid i.e Can i drag more than one row?

回答1:

How I know this is not possible in jqGrid. Is it supported by sortable feature of jQuery UI (see http://jqueryui.com/demos/sortable/) which are bais for the corresponding feature in jqGrid?

Moreover both "Sortable Rows" amd "Drag and Drop Rows" features of jqGrid are currently not supported if multiselect is set to true.



标签: jquery jqgrid