In 2011 for SL4, XamCmboEditor can selete the item automatically in this case:
typing for partial matching and there is only one item in popup, then hit Tab move to next item, the only one item will be selected automatically.
but in 2012 with SL5, if there is only one item in popup, need to hit Enter to select the item. If hit Tab, the item will not selected, and leave the entry as is. This is annoying users.
For example, suppose there is item School in the list. User types 'Schoo', only one item School will be in popup, then hit Tab move to next item, XamComboEditor of 2011 and 2012 has different action.
How to make 2012 with SL5 can work in same way as 2011 with SL4?
Hello Bendjamin,
I can suggest you set AutoComplete property to “True” so that when you change the focus by pressing the tab button the first item from the popup is being displayed in the XamComboEditor.
Please let me know if this helps you.
AutoComplete=true still need 2 typing: hit Tab 2 times, but it is better than Enter + Tab. Thanks