This question is locked. New answers and comments are not allowed.
Hi,
Is there a way to automatically select the row that is right-clicked on with a RadContextMenu?
For example, right now, I have to left-click on the row, then right-click and select "Delete" for my delete command to work.
Thanks,
Matt
Is there a way to automatically select the row that is right-clicked on with a RadContextMenu?
<Controls1:RadContextMenu.ContextMenu> <Controls1:RadContextMenu x:Name="InternalTowerContextMenu"> <Controls1:RadMenuItem Header="Add" Command="{Binding NewInternalTowerCommand}" CommandParameter="{Binding ResourceBomGroupTowerAllocation}" /> <Controls1:RadMenuItem Header="Delete" Command="{Binding DeleteCommand}" CommandParameter="{Binding ResourceBomGroupTowerAllocation}" /> </Controls1:RadContextMenu> </Controls1:RadContextMenu.ContextMenu>For example, right now, I have to left-click on the row, then right-click and select "Delete" for my delete command to work.
Thanks,
Matt