Categories | Question details Back To List | ||
DragandDrop Hello, Is it possible to DragandDrop only one cell from one grid to another one? (dhtmlxgrid_drag.js /v.2.5 build). Thanks. Answer posted by Stanislav (support) on Dec 18, 2009 01:39 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. |