Hello,
I have the following problem with the XamNumericEditor, XamMaskedEditor and possibly other editors aswell.
I have a usercontrol with a grid, expander , and a few other layers before i have a XamNumericEditor. On the usercontrols a keybinding for F2 is specified for search. If I run the application F2 works when a textbox is focussed (cursor in the textbox) but it doesn't work for the XamNumericEditor.
If I replace the XamNumericEditor by a textbox the problem is solved. However I would prefer not to do this as I use the XamNumericEditor's mask property for input validation.
What could be the issue here and how can I solve this?
Kind Regards
Thank you for your post. I have been looking into it, but it seems like that I am missing something in your scenario, so if this is still an issue for you, could you please send an isolated sample project, where the issue is reproduced, so I can investigate it further for you.
Looking forward for your reply.
I've included a sample that shows my issue.
Pressing the F2 key when in the textbox field executes the searchcommand. If i do the same in the XamNumericEditor field it isn't executed.