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
25
Column's DropDownStyle property in a UltraWinGrid
posted

Hi there,

I am facing an issue using a combo in a column of an UltraWinGrid :

- Column.DropDownStyle property is set to DropDownList

-The user got the focus on that column

-The user press the first letter key of an item contained in the list

Result =>The corresponding item is not selected whereas it should be.

-The user press again the first letter key of an item

Result=>The corresponding item is selected as expected.

-The user changes his mind and wants to press another first letter key of an item

Result=>The corresponding item is not selected whereas it should be.

-The user press several times (non deterministic amount of time) this same key

Result=>The corresponding item is selected.

When the Column.DropDownStyle is set to DropDown or DropDownValidate, there is no "focus" issue. Is there a reason to think that this behavior could be related to the DropDownStyle property ?

Thanks,
Thomas