I am using the XAM Masked editor for input of the SSN Number. When i click on the apps key or Shift + F10, context menu is not Opening. But context menu is opening for the Right Click oft he mouse button. Please help in resolving the issue.
Hi,
I wasn't able to reproduce this issue. The default contextMenu shows fine with right-mouse click, Shift+F10 and keyboard button next to the 'Rigth Cntl' (if I create my own contextMenu, also there are no problem with displaying it).
Which version of our product you are using?
Regards,
Anastas
Hi I am using Infragistics3.Wpf.Editors.v9.
Here is the code i am using.
<Window x:Class="Controls.Window1"
xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation "
xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml "
xmlns:CCH="clr-namespace:Infragistics.Windows.Editors;assembly=Infragistics3.Wpf.Editors.v9.1"
Title="Window1" Height="300" Width="300">
<Grid>
<CCH:XamMaskedEditor Name="test"/>
</Grid>
</Window>
When i run this application, & clicking on Shift + F10 or apps key from keyboard on teh XamMaskedEditor, context menu is not coming.