This is a migrated thread and some comments may be shown as answers.

how to show unique values and auto complete in drop down?

1 Answer 909 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Ritesh
Top achievements
Rank 1
Ritesh asked on 22 Aug 2015, 06:44 AM

I have a drop down list and I am using remote data as data source for drop down and I am binding Organisation column as data source. Now my requirements are as below.

 1. I want to show unique values in drop down.

 2. Remove empty items.

 3. I want to add auto complete option in drop down.

 

Let me know if this is possible or not. If yes the how can I achieve it?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Plamen Lazarov
Telerik team
answered on 26 Aug 2015, 07:29 AM

Hello Ritesh,

Let me get straight to your questions:

 1. Showing unique values is not supported out of the box. This could be achieved using a custom solution or by implementing it on the server-side.
 2. You could use the dataSource filter and apply it over the value field.
 3. In order to add an autocomplete option to the DropDownList you should set the filter configuration (see demo).

Regards,
Plamen Lazarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
DropDownList
Asked by
Ritesh
Top achievements
Rank 1
Answers by
Plamen Lazarov
Telerik team
Share this question
or