Ticket Q208313
Visible to All Users
Duplicate

ASPxLookupPropertyEditor Tabstop

created 16 years ago

When tabbing thru a web page, is it possible to disable the TabStop on the add and clear buttons in the ASPxLookupDropDownEdit control, so that after picking a value from the dropdown and tabbing, control would flow directly to the next control, skipping over the add and clear buttons? How would this be done?

Comments (1)
Dennis Garavsky (DevExpress) 16 years ago

    Hello Ted,
    In general, to prevent the control from getting focus, set its TabIndex property to -1.
    I tested our MainDemo application in order to reproduce your problem.
    In the Contact detail view I chose a manager, and then pressed the Tab button. The next editor has been highlighted. It works as expected for me in the Chrome. See the screenshot.
    However, I see the problem in the IE. To solve it, use the solution above. To access the controls of this editor, use the code from the Does the ASP lookup editor support incremental search? issue.
    Please give me your feedback on these solutions.
    Thanks,
    Dennis

    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.