Using IE7 and this code:
When I try to start the drag I get the transparent node name, which indicates a drag is in process, but after about one second I get the crossed circle telling me I can't drag the node. Interestingly, if I let go of the mouse I still have the transparent node text following the mouse cursor -- even though I'm not holding down the mouse. The same code in FF2 works as expected. The same code (http://www.telerik.com/DEMOS/ASPNET/Prometheus/TreeView/Examples/Functionality/DragAndDropNodes/DefaultCS.aspx) also works with IE7. Any ideas?
Thanks.
| <telerik:RadTreeView ID="rtv" runat="server" Skin="Default" LoadingStatusPosition="BeforeNodeText" |
| EnableDragAndDrop="True" onnodedrop="rtv_NodeDrop"> |
| <collapseanimation duration="100" type="OutQuint" /> |
| <expandanimation duration="100" type="OutQuart" /> |
| </telerik:RadTreeView> |
When I try to start the drag I get the transparent node name, which indicates a drag is in process, but after about one second I get the crossed circle telling me I can't drag the node. Interestingly, if I let go of the mouse I still have the transparent node text following the mouse cursor -- even though I'm not holding down the mouse. The same code in FF2 works as expected. The same code (http://www.telerik.com/DEMOS/ASPNET/Prometheus/TreeView/Examples/Functionality/DragAndDropNodes/DefaultCS.aspx) also works with IE7. Any ideas?
Thanks.
