Bug Report B205403
Visible to All Users

Shift+Tab shortcut doesn't work on combobox control

created 14 years ago

Hi,
We cannot use the shift tabulation with your combobox component. The standard tabulation work fine, but not the shift tabulation to return to the previous control.
Is there an option to use this functionnality ?
Regards,
Alban
Steps to Reproduce:
You can use the project in attachment.
With the devExpress combox, the shift tab doesn't work, but with the standard wpf button, the shift tab works correctly.

Show previous comments (4)
DevExpress Support Team 13 years ago

    Hi Alban,
    We are glad to hear that this solution works as expected. Thank you for letting us know of your results.
    Thanks,
    Vito

      I am trying to resolve this issue in our code also. Does this apply to CheckEdit also? And what about DateEdit?
      I mean, should I remove IsTabStop from CheckEdits and/or DateEdits also?

      DevExpress Support Team 12 years ago

        Hello Ashar,
        All our editors have the same architecture. So, this specificity is applied to the DateEdit and CheckEdit controls as well.
        To address the problem, do not set the IsTabStop property value in XAML code. This way, tab navigation should work as expected. I have just checked this with the latest version of our WPF products and can confirm that both DateEdit and CheckEdit work correctly in this situation. I am attaching a modified sample project for your reference.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.