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

Autocomplete with large SQL dataset

1 Answer 145 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Howard Rybko
Top achievements
Rank 1
Howard Rybko asked on 01 Aug 2007, 07:27 PM
Hi

I have a normal Win vs2005 VB based combobox that is working which i need to convert to using a RadComboBox.

Because the data set is quite large (20,000) items it does not seem practical to load all items at once.

I understand how to implement autocomplete on its own and also how to load a subset of the SQL data based on the string entered into the combobox inout area. (in VB)

Please can you give some idea how to hook the filtered SQL data to the autocomplete function of the combobox. (I use keyup in my non Rad ver)

Thanks
Howard

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 03 Aug 2007, 11:38 AM
Hi Howard Rybko,

Maybe you could use again the key events of the RadComboBox or TextChanging event to invoke your custom logic. But it will be better if you send us an example project of your working scenario with the standard MS combobox. We will examine it and will find the most proper solution for this case.

Kind regards,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
Howard Rybko
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or