Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
799
Only allow selection from datasource - example to use clientsort in LIMITED list
posted

Hi,

I'm trying to build a dropdown, where the client has the possibility to select a country from a predefined list.

Hereby the user needs to be able to type letters (and thus minifying the list) and have the possibility to autocomplete, or to choose the item

if the user leaves the combobox, with NO existing value, the field should be cleared.

even better would be, if the user would not be able to type in a non-existant value

example:

* http://ko.infragistics.com/products/aspnet/sample/drop-down/data-binding

* Type 'carl' -> wanted result: ONLY showing the 2 records

* Type'i' -> no more results visible

* leave combo -> combobox goes empty again

How can this be achieved?

Ruben.

(Infragistics v12.1, VB.Net + JS)