Is it possible to drag and drop items from a ListBox onto a RadMap control? I have the telerik:RadDragAndDropManager.AllowDrop="True" attribute set on the RadMap control, but I don't ever see the DropInfo event being raised. The DragQuery and DropQuery events seem to be raised just fine, but since I never get a DragStatus.DragComplete status, I'm not ever sure where to drop the item.