Categories | Question details Back To List | ||
DRAG and Drop Hi is it possible to do copy and move optio in the same tree????can you please help me out . i need it urgently Answer posted by Support on Mar 25, 2008 02:54 By default d-n-d works as "move" operations ( it is works the same for d-n-d in same component or between different components ) If you need to use "copy" behavior just use next command tree.enableMercyDrag(true); after it, all d-n-d operation will be treated as copying |