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

[Solved] Guided Exploration via Ajax

1 Answer 84 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Carl
Top achievements
Rank 1
Carl asked on 18 Sep 2009, 03:20 AM
I am looking for a feature that is very similar to what we experience when we do a Google search.  As we type, it appears that what we have typed is sent to the server in the background via Ajax and used with wild cards in a select query to return filtered results to the client. So the filtering is done on the server and not on the client.

If I understand the ComboBox correctly, its filter is applied against data that already exists on the client. I need the filtered data to come from an Ajax call to the server and not get all the data and then filter it on the client.

If I am correct that this feature is not currently available, it sure would be nice if it was.

If this feature is not available, I would appreciate how best to solve the problem using what capabilities currently exist.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 18 Sep 2009, 12:47 PM
Hi Carl,

I think RadComboBox will meet your requirements. It supports the required load on demand mode. The developer subscribes to the ItemsRequested event and based on the combobox's text filters the data and returns the matching items. You can check this online example for additional info.

Regards,
Albert,
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Carl
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or