Page 1 of 1

cannot figure out TIWCGJQTreeView drag and drop events

PostPosted: 09 Oct 2018 12:02
by tasnim
hi

i have TIWCGJQTreeView with some random data and simple setting:
Code: Select all
TreeView.JQTreeViewOptions.DNDPlugin.PluginActive:= True;


i have some methods for DragCheck, DragFinish, DropCheck and drop finish

i want to determine if a dragged item can be dropped on other items and expect these function to be trigger
but drag and dropping items it simply accept it and make change to tree.

am i missing somethings?

i also check dynatree and same thing happens there. no events is fired when dragging and dropping.

thanks in advance

Re: cannot figure out TIWCGJQTreeView drag and drop events

PostPosted: 18 Oct 2018 09:18
by Alexander Bulei
Hi tasnim,

Can you send the simple testcase please?

Best Regards.