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

keyboard support extended -- google style

1 Answer 51 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Osmon
Top achievements
Rank 1
Osmon asked on 27 Oct 2010, 03:51 PM
Hi,
    I am using ListBox control. There is a requirement from end user that there should be typing support. Right now, it only supports first letter search so if you want to find "Arabic". You type "A" and it would go to the first item starting "A" then you type "R" and it would jump to the first item starting "R".
   I would like to select items by type matching the complete item text, something similar to combo box item features. How would i be able to do that for listbox. Let me know the details. Thanks,
    I checked the ajax toolkit  today and there is a control called ListSearch. do we have something similar in Telerik ?

Regards,

Osman

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 01 Nov 2010, 01:48 PM
Hello Osmon,

Please set the EnableMarkMatches property to "true" to get the desired behavior. See this example for a demonstration - http://demos.telerik.com/aspnet-ajax/listbox/examples/functionality/keyboardsupport/defaultcs.aspx

I hope this helps.

Greetings,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ListBox
Asked by
Osmon
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or