CellComboBoxAttrs Enumeration |
Cell attributes specific to
ComboBox cells.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum CellComboBoxAttrs
<FlagsAttribute>
Public Enumeration CellComboBoxAttrs
Members
| Member name | Value | Description |
---|
| NoPicklistEdit | 64 | Do not allow users to edit Picklist values. This overrides the AllowUserAdd/Update/Delete picklist attributes. |
| PicklistOptional | 128 | Picklist values are optional and the user should be allowed to enter free-form entry or pick from list. |
| LockNoDiscrim | 256 | Control should be locked when there is no discrim value. |
| Typeahead | 4096 | Provide improved typeahead (vs. standard HTML SELECT) using javascript. |
| DynamicValues | 8192 | Allow user to enter values not found in the picklist while still using a standard combobox. |
| UpdatePicklist | 16384 | When DynamicValues is specified, new user-entered values are automatically added to the picklist. |
| NumericDropdown | 32768 | The Picklist values will be generated per the field's Min/Max properties. |
| ReservedALW | 65536 | Obsolete. Deprecated -- use AllowListWrap. |
| FormatTextAsDate | 131072 | The Picklist text is a date/time value that should be formatted per field Format and user locale. |
| Amendable | 262144 | Allow selections to be posted back which do not yet exist in the server-side Picklist. |
| SortInverted | 524288 | Invert the normal sort order on this field's Picklist. |
| NoGrouping | 1048576 |
Ignore any picklist grouping, see Group.
|
See Also