I've created the following w instances of FlyTreeView
DragDropName=\"treeviewnode\"
DragDropAcceptNames=\"dragname,treeviewnode\"
PostBackOnDropAccept=\"true\"
/>
DragDropName=\"treeviewnode\"
DragDropAcceptNames=\"dragname,treeviewnode\"
PostBackOnDropAccept=\"true\"
>
Drag-and-Drop works between both FTV and FTV 2 however, there is no postback occuring when either of the controls accepts a dropped node. I've tried the other properties (e.g. PostBackOnClick=\"true\") and they work perfect, but I need a postback to occur on DropAccept.
Please advise.
Thanks!
-Josh