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
360
XamComboEditor: strange auto-select of first item after lost focus
posted

Hi all,

I´m currently evaluating InfragisticsWPF4 controls for WPF and do some tests with the XamComboEditor. It is used in a simple MVVM project that contains onlöy a few of these combos bind to lists. Combos are set to AutoComplete and no MultiSelect. I discovered some strange behavior and I´m not sure if this is kinda "feature" or a real bug. Maybe someone can help me with this.

Description:

- 2 XamComboEditors an a simple Window, both bind to a list containing simple objects (they have a string property only and this is displayed in the combos)
- open first combo, but don´t select an item
- close first combo, still no item selected here
- focus on the next combo (using tab or mouse)
- in first combo the first item automatically gets selected. Why?

Is there anything I can configure or code to avoid this behavior?
Thanks in advance...

Daniel