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

Dropdownlist Type-to-select Custom Behavior

1 Answer 159 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Scantron-Morrisville
Top achievements
Rank 1
Scantron-Morrisville asked on 15 Oct 2014, 12:57 PM
Hi,

I have a list of items in a dropdownlist.  Each item contains 3 properties.  The name, the acronym, and the Id.  I'm currently using the name and Id which works perfectly fine.

As the list is long, it's typical for a user to open the dropdownlist and start typing to find the item they are after.  Our users like to search/type the acronym, not the full name.  So because we only show the full name in the dropdown text, typing the acronym usually does not get you to the correct item.

How can I display the full name, but type-ahead on the acronym?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 17 Oct 2014, 09:15 AM
Hello,

You could set the acronym as dataTextField and use templates for the dropdownlist to show the name.

Regards,
Daniel
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
Scantron-Morrisville
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or