Ticket Q137086
Visible to All Users

How to know when an ComboBox item is clicked

created 16 years ago

Hi,
My app using RibbonBar. I need to know whenever an item of a combobox (in the Ribbonbar) is selected ( even if user click on an item that has been already selected before).
The event SelectedIndexChanged and SelectedValueChanged are useless in the case: the user click to an already selected item
Thanks
Vu Anh Minh

Show previous comments (8)
DevExpress Support Team 16 years ago

    Hi Vu,
    Thank you for the additional information. To overcome this issue, use delayed calls to the LoadSettingsProfle method. So, the editor is updated before we read it. Also, you should remove the KeyDown event handler when the popup form is closed. I have modified my sample project accordingly. It is attached.
    Thanks,
    Michael.

    ?
    Unknown 16 years ago

      It works exactly as I wanted
      Thank a lot,
      Vu Anh Minh

      ?
      Unknown 16 years ago

        Your help is helpful
        Thanks
        Vu Anh Minh

        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.