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

Can we disable the filter or force the suggestion of elements in javascript ?

2 Answers 39 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Mehdi
Top achievements
Rank 1
Mehdi asked on 10 Jun 2013, 01:29 PM
Hello,
I wanted to know if it is possible to force the suggestion research elements with javascript code without depending on the filter?
I looked to see if it is possible to disable the filter method as:
[ Filter ="none" ] , but it is impossible.. only Filter="Contain" or Filter="StartWith".
I was wondering if you know a javascript function that could allow to force the display of the popup ? Or disable the filter.To see all the proposed elements when the user takes the focus of the field.
Thanks a lot..

2 Answers, 1 is accepted

Sort by
0
Accepted
Bozhidar
Telerik team
answered on 13 Jun 2013, 11:20 AM
Hello Mehdi,

If you want to be able to see all available items from the dropdown, the RadComboBox will be better suited for your scenario. Please take a look at the following demo, which demonstrates RadComboBox with Filtering functionality:
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx

Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Mehdi
Top achievements
Rank 1
answered on 14 Jun 2013, 06:33 AM
Hey thank you !! radcombobox with the "checkbox" option is the only way to select multiple items and to see all the items in the "dropdownitem"
Tags
AutoCompleteBox
Asked by
Mehdi
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Mehdi
Top achievements
Rank 1
Share this question
or