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