Skip to content

Context menu not opening #5

@AbhijeetChowdhury92

Description

@AbhijeetChowdhury92

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions