I'm lookin for a way to drag a group of selected rows using jqGrid.
+1
A:
Look at http://trirand.com/blog/jqgrid/jqgrid.html. Choose on the left tree "New in Version 3.6" and then "Drag and Drop Rows".
If you means "drag a group of selected rows" inside one jqGrid table choose "Sortable Rows" on the same demo page. If you need this feature it can be interesting to look at http://stackoverflow.com/questions/2747289/jqgrid-disable-sortablerows/2775577#2775577 where I describe how one can allow only selected rows be sortable (per drag a drop)
Oleg
2010-05-12 14:40:04
diego2k
2010-05-18 17:58:26
Sorry, but you should write more exactly what you want in your question. Moreover it's good to hold the same terminology which has the control which you plan to use (jqGrid). Please update your question and add exactly what you want. Is it sorting of multiple rows inside one jqGrid? You should look at the demo page http://trirand.com/blog/jqgrid/jqgrid.html to see different features of jqGrid. If you want use "multiselect" jqGrid, this grid (How I know) has no special support of rows sorting. Look at http://stackoverflow.com/questions/2747289/jqgrid-disable-sortablerows/2775577#2775577 also.
Oleg
2010-05-18 19:24:22