Hi,
i have a question. Is it possible to use the drag and drop function like a copy?
For example i set up 2 grids and activate drag and drop function: After dropping the item it will be removed from the source grid.
Is it possible drop only a copy to the target grid so that the original remains in the source grid? Or can i cancel the drag? So that i can add the data manual to the target?
At the moment i use the following workaround for my problem:
I do not accept the drag on the target grid and use the onstop event to recieve the the row data, then manual add the data to the target. The problem is that this event fires every time i stop a drag even when i
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top