Hi, I'm having a problem with the RibbonBar KeyTips grabbing ALT keyboard sequences and I'd like to get them working again. I have a form with a TreeView on it. While inline editing tree node text, we used to be able to enter Alt keyboard sequences (Like ALT+130) to put special characters in the text. After adding a Ribbon Bar to the form, the Ribbon Bar is taking the ALT on the keyup and showing the KeyTips instead. 99% of the time, the Keytips are useful and we'd like to keep using them, but we need these keyboard shortcuts to work as well.
We are using v 2011.3.11.1219 for our release. I tried 2012.2.608.20 and it has the same problem.
I can reproduce this by creating a new application and adding a TreeView with some nodes. Before upgrading to a Telerik Windows Forms application, the ALT keyboard sequences can be entered into the TreeeView's inline edit. Upgrade the solution to a Telerik Windows Forms solution, change the Form to inherit RadRibbonForm, Add a RadRibbonBar, add a button group (I set the KeyTip to "A"), and add a Button Element. I can send the sample application if needed.
Is there a solution for this? Or plans to get the RibbonBar to only respond to a naked ALT key and pass the Key Sequences on to the Inline Edit box? I realise disabling the Keytips would probbaly pass on the keyboard sequence, but as I said, I'd like to get both working if possible.
Thanks, Kelly
We are using v 2011.3.11.1219 for our release. I tried 2012.2.608.20 and it has the same problem.
I can reproduce this by creating a new application and adding a TreeView with some nodes. Before upgrading to a Telerik Windows Forms application, the ALT keyboard sequences can be entered into the TreeeView's inline edit. Upgrade the solution to a Telerik Windows Forms solution, change the Form to inherit RadRibbonForm, Add a RadRibbonBar, add a button group (I set the KeyTip to "A"), and add a Button Element. I can send the sample application if needed.
Is there a solution for this? Or plans to get the RibbonBar to only respond to a naked ALT key and pass the Key Sequences on to the Inline Edit box? I realise disabling the Keytips would probbaly pass on the keyboard sequence, but as I said, I'd like to get both working if possible.
Thanks, Kelly