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
405
Only Dropdown list shown when switching between apps
posted

Hi,

I have a problem which is hard to isolate and therefor to report as an issue to Infragistics.
The problem is that sometimes when an UltraDropdown (dropdown in the grid) or UltraCombo
is opened (list visible) and the user switches to another application (clicking the taskbar button on the
taskbar) and then back again, only the dropdown list is shown (the dropdown list is shown
on top of the other application).

Have anyone else seen this behaviour?

I saw that Infragistics dropdowns are not closed when switching to other applications, which "standard
windows forms" dropdowns do when they are used on an mdi child form.

Regards
Tomas. 

 

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Tomas,

        Dropdowns should close when the form that owns them loses focus. So if you switch to another application and the dropdown stays open, it's a bug. 

        Are you using the latest Hot Fox?    

        Are you creating controls at run-time? If so, always make sure to add the control to the form's Controls collection. Otherwise, it won't get disposed and it could cause problems like the one you have here.  

Children