We have data capturers using our application and we need to give them an additional keyboard shortcut to open up the RadMenu dropdown. Once the dropdown is open, the current keyboard support using the arrow keys are fine. It seems like in WPF you can assign keyboard shortcuts to open up the top level items, but not in Silverlight due to the platform limitations. I've searched everywhere to see what would be required to get the toplevel RadMenuItem to open up using C# code. I've tried setting the IsCurrent property on the MenuItem model that the Menu is binding against, but to no avail.
From looking at the code through Reflector I see a few Open and Close methods but these are all internal. Is there a way to get this accomplished in code?
From looking at the code through Reflector I see a few Open and Close methods but these are all internal. Is there a way to get this accomplished in code?