Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by paw on Dec 03, 2007 22:41
open dhtmlx forum
drag and drop of cells in between grids

good day sir! I've been trying your drag drop between grids and it is really good. However, my project requires me to drag a cell from a certain grid, drop it and create a new row to another grid. How will I do this?
Answer posted on Dec 04, 2007 02:18
The grid support "mercy drag" mode , in such mode grid row will be copied to another grid ( so instead of moving new row will be created in target grid.
Mode can be enabled by
    grid.enableMercyDrag(true)
this mode need to be set to the source grid ( grid from which row must be draged in such mode )