I don't find the documentation very extensive on this.
I'm trying to build a drop down facility using this component, where there are 2 columns, a client number and a client name. The list of clients is quite extensive so I'm hoping to build in the ability to search the list. I know that once the list has been dropped down, the user can type text and will automatically be taken to the next item in the list bearing that text, based on the LookupColumn property. However, even though the user can type into the attached text box before dropping down the list, this doesn't seem to do anything, e.g. automatically select the matching item in the list.
Is there a way of doing this? I've tried the obvious settings on the component with no luck.