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
400
Ultra combo Drop Down toggled while focusing on another control?
posted

Hello,

I have an ultra combo in a form with a grid embedded within. I'm trying to do a filter that filters on all columns of the grid instead of the visible column on the combo. For that, I have a textbox outside the combo to write the string which I want to filter, and I'm filtering on the datatable itself and doing a "ToggleDropDown" to the combo on the textchanged event of the textbox. The filtering works great, but when the combo "drops down", I lose the focus on the textbox, which is a behavior that I don't want, because every time I write a character, I have to click again on the textbox to put the focus on it.

Is it possible to maintain the drop down toggled while I have the focus on the textbox?

Thanks a lot :)

Parents
No Data
Reply
  • 5118
    posted

    With the setup and layout you are describing I don't see how to keep the drop down toggled while focus is on a different text box.  Looking at the source the combo needs focus to be able to drop down.  Are you limited in the layout / experience you are working to achieve here or do you have a little more freedom to approach this differently?  I'm envisioning an actual grid on the form that you make visible (instead of dropping down). 

Children