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

We are currently looking at RAD Controls for ASP.NET, we are using visual studio 2005. What I need

1 Answer 16 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Pat
Top achievements
Rank 1
Pat asked on 29 Oct 2008, 06:01 PM
We are currently looking at RAD Controls for ASP.NET, we are using visual studio 2005.
What I need to do is to be able to auto filter a combo box as I type (combo box populated from a data table), if the text that i have typed is not in the list then close the combo box and enable a button that is on the same page.

Can you tell me what properties / methods are exposed by the RADComboBox that would enable me to do this?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Oct 2008, 11:14 AM
Hello Pat,

You can go through the following online demo which demonstrates how to get the auto complete functionality done for RadComboBox.
AutoComplete

For the second half of your question, you can check if the text typed in matches the items in the combobox and if not cancel the opening event and thereby enable a button.

Thanks
Princy.
Tags
ComboBox
Asked by
Pat
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or