Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
680
Breaking changes in UltraComboEditor between 8.2 to 9.2?
posted

Hello,

we were previously using infragstics 8.2, but just updated to 9.2. Before the update, having UltraComboEditors within a ControlHostContainer in a ToolStrip (standard component) worked just fine. Now the comboeditor no longer appears in the toolstrip. Instead the overflow button becomes visible at all times.

The Issue is easily recreated by just creating a new winforms project. Add a toolstrip. Add a label to the toolstrip. In the constructor code of the form write:

m_ToolStripTS.Items.Add(

new ToolStripControlHost(m_ComboEditorCmb));

Is this a known issue? Is there any known workaround?

Parents
No Data
Reply
  • 12773
    posted

    Hello,

    I was able to reproduce similar to the behavior you described. The combo editor was not visible initially but was under the hidden items. I was able to see also with auto Size set to false. All this behavior defiantly it seems a issue to me.
    I am going to create you a support ticked for this post and I will contact you trough the case.

    Sincerely,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.

Children