"Grid" Drag'n Drop on doubble click ?

Dear sirs

is there any way to get drag’n drop functionality on doubble clicking?
I use drag’n drop but as my list is really long and sometimes the user need to drag many items clicking would be a nice feature.

Thank you and best regards

Oli

?

You may try to use copyRowContent() method to move your data manually on a needed action:
docs.dhtmlx.com/doku.php?id=dhtm … rowcontent

Sounds great but if i understand this function right i can copy rows inside a grid and not from 1 grid to another one ?!

You may try to use moveRow(), moveRowTo() methods:
docs.dhtmlx.com/doku.php?id=dhtm … ct_moverow
docs.dhtmlx.com/doku.php?id=dhtm … _moverowto

Exactly what i was searching for … Thank you