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
Hello Benjamin,
Thank you for your response. I am glad this approach helps you.
AutoComlete="true" has problem! Although it works for only one item in the list, but it has another problem:
Typing, there is small size of list in drop down, say there are 5 item: item1, item2, item3,item4, item5. Then use mouse to select item 4, then hit Tab move to next, the selection in XamComboBox always goes to item1.
How to resolve this problem???
It seems that this was fixed in the latest service release. This service release is now available under your account at the Infragistics Website. To download the service release, log in to your account and select ‘Keys & Downloads’. After that the appropriate tab for this product, then the license key. The available service releases should now be listed on the page.
I am still following this post.
Have you been able to download and verify that your issue is fixed with the latest service release available?