Posted
on May 11, 2011
(permalink)
Hey everyone,
I've been working hard for a solution for this but to no avail up to this point. We are working in a WPF - XBAP configuration to port a legacy PowerBuilder app and are finding ourselves mostly at home using the Telerik WPF Controls. While our issue may not be directly related to the controls in particular, it is a factor of using them for specific purposes. We are using an overall RadMenu for navigation and obviously input accelerators (Alt+M,S, etc.) generally conflict with the browser. However, keyboard shortcuts themselves, something like a Ctrl+Shift+M, do not conflict. I'm looking for a configuration that allows the shortcuts to be mapped to RadMenuItem clicks application wide, so that they are focus independent and always bubble to the Menu. So far, I've been at a loss to narrow down my search to exactly what I need and, being new to WPF, it's already been a learning curve ahead.
What approach would you recommend for achieving this? Would doing the same setup work differently/better with a standalone WPF app or a Silverlight app such that it is truly the XBAP format that is hurting my implementation of this so far?
Thanks a ton,
Adam.g