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?
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 )