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

Combobox filtering

1 Answer 452 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Edward
Top achievements
Rank 1
Edward asked on 12 Feb 2019, 03:48 PM

 Does combobox/dropdowns come with client side filtering built in?  Should one use comboboxes and not dropdowns for this?

Thnks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 14 Feb 2019, 10:43 AM
Hello Edward, 

The combo filters the items from its data source on the client by default. You can see how this works in the following demos by monitoring the network requests for data:

You can do this both with combo boxes and with dropdownlists. The difference is that the filter textbox in the dropdownlist is in the dropdown itself as it does not allow custom values (while the combo box allows them, which is why it has an input immediately available).

 Here are the corresponding demos for the dropdown list widget:

So, you can do this with both widgets and it is up to your project requirements to choose between them.


Regards,
Marin Bratanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ComboBox
Asked by
Edward
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or