Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context menu not opening #5

Open
AbhijeetChowdhury92 opened this issue May 16, 2018 · 0 comments
Open

Context menu not opening #5

AbhijeetChowdhury92 opened this issue May 16, 2018 · 0 comments

Comments

@AbhijeetChowdhury92
Copy link

Hi @mtusk ,
Context menu is not showing when user performs a right-click on the currency control.

<currency:CurrencyTextBox Number="{Binding Value, UpdateSourceTrigger=PropertyChanged}" Style="{DynamicResource excelFormContentTextBox}"> <currency:CurrencyTextBox.ContextMenu> <ContextMenu> <MenuItem Header="Add Note" Command="{Binding AddNoteCommand}"/> <MenuItem Header="Edit Note"/> </ContextMenu> </currency:CurrencyTextBox.ContextMenu> </currency:CurrencyTextBox>

Any help on this will be appreciated. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant