Is it possible to let the user enter their own selection that is NOT in the dropdown when AJAX is not enabled in the control? I can't seem to find a way to enable this. My understanding of the concept of a ComboBox includes this functionality (a combo box is a combination of a dropdown and a textbox).
The combo has the Editable property that should be et to true to enable typing.