This question is locked. New answers and comments are not allowed.
<telerik:RadContextMenu.ContextMenu> <telerik:RadContextMenu> <telerik:RadMenuItem Header="{Binding Path=AppStrings.ObjectBrowserWindow_AddShortCut, Source={StaticResource ResWrapper}}" Command="{Binding AddShortCutCommand}" > <i:Interaction.Behaviors> <Behaviors:SetGridItemAsCommandParameter /> </i:Interaction.Behaviors> </telerik:RadMenuItem> <telerik:RadMenuItem Header="{Binding Path=AppStrings.ObjectBrowserWindow_RemoveShortCut, Source={StaticResource ResWrapper}}" Command="{Binding RemoveShortCutCommand}" > <i:Interaction.Behaviors> <Behaviors:SetGridItemAsCommandParameter /> </i:Interaction.Behaviors> </telerik:RadMenuItem> </telerik:RadContextMenu> </telerik:RadContextMenu.ContextMenu> i use behaviors, but sometimes it caused system stackoverflowexception. is there any way to bind the radmenuitem to command parameter?