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
addition: I´m using WPF4 controls version v13.1
Daniel
Hello Daniel,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I can say that this behavior occurs by design. I also created a sample project for you with the functionality you want. Basically I handled the PreviewKeyDown event and checked if Tab is pressed and if the SlectedItem is null, if so I cancel the Selection of an Item. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.