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
HI,
I figured out how to resolve my issue.
I was only including the location when I called the Show method for the UtraPopupControlContainer. When I included the owning control as a parameter in the Show method, it worked as expected. I did not have to set the focus. The owning control automatically got focus, which was the behavior I needed.
The previous version we where using was 2014.2.
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.