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
1850
UltraPopupControlContainer needs to remain visible
posted

Hi all,

I have a composite control with a UltraDropDownEditor. The OnBeforeDropDownCombo() event gets cancelled and I Show() a PopupControlContainer with an UltraTree. That all works great but I have one problem.

When a user goes to type into the editor I need the popup to show and remain onscreen. The editor needs the focus so the user can continue typing....but when the combo has focus the popup immediately hides.

Ideas on how to override this?? I am guessing I am looking for an event to cancel.

thanks

-Ken