Here is the deal.
1. I have a RadCombo on aspx page (no materpage, usercontrol etc)
2. I allow custom text and there are items loaded from the db already in the dropdown list
3. I have the "enter" key fired up to run search on hitting enter
Everything works like a champ, EXCEPT :-) if I happen to roll my mouse over or even select an item in the list, then click back in the combobox to "enter custom text" it allows me to enter the custom text and when I hit enter the code behind reads that custom text and all works like a champ. BUT the text that shows while the server is "working" is whatver is selected in the list.
Make sense? So if I select "Tim" in the drop down list and then type over "Tim" and type "John" it searches for John, but once I hit enter to invoke the search, the combobox text changes back to "Tim", once the server comes back with results, "John" is back in the combobox, works, BUT confusing because user thinks, hey I just entered "John" and "Tim" keeps showing up after I hit "ENTER"
Any setting I am missing, for I have spent hours trying to stop this...
1. I have a RadCombo on aspx page (no materpage, usercontrol etc)
2. I allow custom text and there are items loaded from the db already in the dropdown list
3. I have the "enter" key fired up to run search on hitting enter
Everything works like a champ, EXCEPT :-) if I happen to roll my mouse over or even select an item in the list, then click back in the combobox to "enter custom text" it allows me to enter the custom text and when I hit enter the code behind reads that custom text and all works like a champ. BUT the text that shows while the server is "working" is whatver is selected in the list.
Make sense? So if I select "Tim" in the drop down list and then type over "Tim" and type "John" it searches for John, but once I hit enter to invoke the search, the combobox text changes back to "Tim", once the server comes back with results, "John" is back in the combobox, works, BUT confusing because user thinks, hey I just entered "John" and "Tim" keeps showing up after I hit "ENTER"
Any setting I am missing, for I have spent hours trying to stop this...