I am using Telerik UI for Winforms Q1 2015 and I have an application that uses the RibbonBar. On one of the command tabs there is a TextBox which allows user input. When the RibbonBar is displayed the user can enter and edit text in the TextBox without issue. However, when the RibbonBar is in AutoHide mode, (i.e. it is closed but opens when the user selects a tab) whenthe user enters text into the TextBox, if they hit the backspace key (to amend text, etc.) the RibbonBar closes. I have tried to trap the key and handle the deletion programmatically but, seemingly, the backspace key is monitored at a low level and I can't find a way to avoid this behaviour.
Any suggestions / fixes / guidance would be welcomed.
Any suggestions / fixes / guidance would be welcomed.