Various EntryMode Feature For Efficient Data Entry
“InstantLookup” EntryMode
Fast data entry users know their list of data in the dropdownlist. They do not need to see the list of the available items in the dropdownlist.
"InstantLookup" EntryMode is most suitable to accommodate this requirement.
WebCombo will validate the entry on an "Enter" key or in the case of lost focus condition.
In a case where data input has a perfect match in the database, no result box will be shown. This enables the data entry operation to be done with less keystrokes.


When an OrderID such as "10248" or "10561" is typed and the Tab key is pressed, the result box will not be shown as it is considered a perfect match.
When entering another value such as "1056" and then press the Tab key, the combo will automatically show the result box because that entry is not exist in the database.
“AutoComplete” EntryMode
The second new entry mode is “AutoComplete” which has the same behavior as Default entry mode, but with text auto completion that matches with the first item result.