0

Using jqGrid - would like to drag from Table A into an arbitrary row in Table B. Would like the rows of Table B to highlight as I hover over them during a drag. Is this possible?

Even better, can I insert into arbitrary fields in the destination row upon drop?

What I am doing is populating a row field-by-field.

Thanks.

  • Do you know `gridDnD` method? Look at [the official jqGrid demo](http://trirand.com/blog/jqgrid/jqgrid.html) in "New in version 3.6" and choose "Drag and Drop Rows". Other answers like [this one](http://stackoverflow.com/a/10180527/315935), [this one](http://stackoverflow.com/a/2858459/315935) and [this one](http://stackoverflow.com/a/10196208/315935) shows you some customization options and callbacks of the method. – Oleg Sep 27 '14 at 08:41
  • Looked pretty hard, but having problem with the destination grid always putting drops in first row. Adding unique ids to rows / columns doesn't seem to work, either. – user2012501 Sep 27 '14 at 18:23

0 Answers0