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
570
UltraPopupControlContainer closes when it loses focus.
posted

Hi,

I have a UltraPopupControlContainer with a UltraGrid set as the Popup control

The Popup control is shown  below a UltraTextEditor control if the text that is typed into the UltraTextEditor matches any text in the grid that is in the pop up control.

Immediately after the Pop control is shown, I reset the focus back on to the UltraTextEditor control so I can handle the keyboard events and filter the data in the grid.

This worked fine until the 2017.2 Update. Now when I set the focus back to the Text editor the Popup control is closed.

Is there a way I can set the focus on the UltraTextEditor and keep the pop up open?

Thanks

Harlan

Parents
No Data
Reply
  • 12480
    Offline posted

    Hi Harlan,

    The expected behavior for a popup when focus is set to something outside of it is for the popup to close. What version were you using before your update? I would like to investigate the behavior of UltraPopupControlContainer in that version.

Children