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

AutoComplete Custom search

1 Answer 76 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
rupraj51
Top achievements
Rank 1
rupraj51 asked on 29 May 2012, 04:30 PM
Hi,

I am implementing the autocomplete feature on RADComboBox. I would like to know what event is called for doing autocomplete and also can i override the inbuilt autocomplete search functionality

1 Answer, 1 is accepted

Sort by
0
Accepted
Richard
Top achievements
Rank 1
answered on 30 May 2012, 10:00 PM
rupraj51,

When you try to autocomplete an item inside of the input area of RadComboBox the SelectedIndexChanged server event is fired. The event's second argument (RadComboBoxSelectedIndexChangedEventArgs) holds information about the currently selected item as well as the previously selected one.

You could also consider handling the onclientitemsrequesting event to do custom processing via JavaScript as demonstrated in this documentation page.

Can you be more specific about the functionality that you want to implement?

Cheers!
Tags
ComboBox
Asked by
rupraj51
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or