I have a load-on-demand combobox set with a custom OnItemRequested handler. The user can start typing a part of a client name, email, address, etc and the custom code will go do a select on the database and return items.
The problem I am having is that IF the items returned from the database do not include the typed text - they are not displayed in the dropdown. I have set Filter="none" but that does not seem to help.
For Example: I type in ABC - the database finds a match - returns it - and it is databound to the combobox. However ABC is not actually in the DataTextField or DataValueField - nor is it in any of the fields displayed in the <ItemTemplate> of the dropdown. In this case, the line does not display.
Is there a workaround for this?
The problem I am having is that IF the items returned from the database do not include the typed text - they are not displayed in the dropdown. I have set Filter="none" but that does not seem to help.
For Example: I type in ABC - the database finds a match - returns it - and it is databound to the combobox. However ABC is not actually in the DataTextField or DataValueField - nor is it in any of the fields displayed in the <ItemTemplate> of the dropdown. In this case, the line does not display.
Is there a workaround for this?