Hello,
Is it possible to DragandDrop only one cell from one grid to another one?
(dhtmlxgrid_drag.js /v.2.5 build).
Thanks.
By default whole row is dragged from one grid to the another. But you can attach your custom code to the onDrag events and execute your custom reaction - for example copy cell value instead of row moving.