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?
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?