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 Reply Children
No Data