Hello Team,
We are upgrading the telerik controls to q2 2011 version. In the previous version the Radgridview right click contextmenu was working fine, but not now. What do I have to change in the below code to get the popup menu when I right click the selected row?
Let me know.
Thanks
<telerik:RadGridView.ContextMenu> <ContextMenu IsVisibleChanged="ContextMenu_IsVisibleChanged"> <MenuItem Header="Export To Excel" Command="Commands:GlobalCommands.ExportGridToExcel" CommandParameter="{Binding Path=PlacementTarget, RelativeSource={RelativeSource AncestorType={x:Type ContextMenu}}}"/> <MenuItem Header="Export To Word" Command="Commands:GlobalCommands.ExportGridToWord" CommandParameter="{Binding Path=PlacementTarget, RelativeSource={RelativeSource AncestorType={x:Type ContextMenu}}}"/> </ContextMenu> </telerik:RadGridView.ContextMenu>