This question is locked. New answers and comments are not allowed.
I'm trying to implement the Rad Drag and Drop within the RadMenu control but I can't get the events to fire, specifically the OnDrag event.
I've bound the Allow Drop to the RadMenu itself as I want the user to be able to drag a menu item from a "sub menu" and make a "quick link" on the main menu. The Allow Drag command is placed on a Border control within the ItemTemplate of the menu and is ONLY displayed for each Sub Menu item.
I've bound the Allow Drop to the RadMenu itself as I want the user to be able to drag a menu item from a "sub menu" and make a "quick link" on the main menu. The Allow Drag command is placed on a Border control within the ItemTemplate of the menu and is ONLY displayed for each Sub Menu item.
<
telerik:RadMenu
telerik:RadDragAndDropManager.AllowDrop
=
"True"
ItemTemplate
=
"{StaticResource MenuItemTemplate}"
ItemsSource
=
"{Binding MenuItemList}"
IconColumnWidth
=
"0"
/>