I'm using TreeGrid (Move) from the show case with Copy instead of move.
I'd like to allow the user to duplicate items in the tree and to do that I'm setting setDuplicateDragMessage(false) on the TreeGrid.
I'm able to create duplicate using the arrow button that invokes grid2.transferSelectedData(grid1);
but when I try to create a duplicate by dragging and dropping the warn message appear.
Is there any way to control the behavior oor at least have the transferSelectedData and the drop function to behave in the same way ?
Cheers,
FraM
I'd like to allow the user to duplicate items in the tree and to do that I'm setting setDuplicateDragMessage(false) on the TreeGrid.
I'm able to create duplicate using the arrow button that invokes grid2.transferSelectedData(grid1);
but when I try to create a duplicate by dragging and dropping the warn message appear.
Is there any way to control the behavior oor at least have the transferSelectedData and the drop function to behave in the same way ?
Cheers,
FraM
Comment