Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by esteb on Dec 18, 2009 00:02
open dhtmlx forum
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.