i have a normal radcombobox (not multicolumn), and i populate it using the textchanged event , through a stored proc that searches on text entered, the stored proc and datalayer returns an custom object collection and it fills the radcomboo correctly. i cannot use the autocomplete mode as the amount of data that will eventually be in the combobox will be very cumbersome, as well as the search is not a simple text search as it searches on more than one column in the Database.
however now when i select an item in the combobox either by pressing down or by selecting an item with the mouse it then selects that item and puts the text into the radcombo.text field, however it is my understanding that the event that fires this off is the selectedvalue changed? however the text changes and txtchanged is run before selectedvaluechanged and this is causing problems for me? is this the correct order of events firing and if so how can i get around this ?
here is sample of similar code