I'm trying to allow a value in a TDBLookupComboboxEh which is not in the list.
With Style set to csDropDownEh, the user may enter an item which is not in the
list, but when leaving the control, the value is not displayed. Also when
opening a dataset, it will not display a value if it is not in the dropdown
list. Is there a way to use this control so that I can do this? I would prefer
not to use a TDBComboBoxEh since I want to use the dropdown grid with multiple
columns.
Any suggestions?