Value representing the entry behavior of WebCombo.NET
Definition
public enum EntryMode
Summary
The following table summarizes the members exposed in this enumeration.
Members
Default | The default entry behavior of WebCombo.NET |
InstantLookup | This entry mode allows quick data input and has WebCombo validate it only on "Enter" or lost focus conditions. In case that the input data has perfect match in database, no resultbox will be shown. |
AutoComplete | This entry mode has same behavior as Default entry mode, but with text auto completion to first-matched item of the results. The AutoComplete mode behaves much like in traditional IE 4.x days which is still preferred by many end users today. |