This question is locked. New answers and comments are not allowed.
I have had drag and drop working on several pages of a silverlight application for over a year. I upgraded to Silverlight 5 and the latest tools and now the arrow doesn't show anymore when dragging and dropping. The drag and drop operation continues to work fine. But the arrow doesn't show.
I added this line of code but it didn't help:
Thanks, Michael
I added this line of code but it didn't help:
RadDragAndDropManager
.ExecutionMode = DragExecutionMode.Legacy
Thanks, Michael