This question is locked. New answers and comments are not allowed.
I use a Radcomboxelement on my toolbar as a staff filter. The combobox contains a large number of staff names and a "All" option. I've set it up to use autocomplete AppendSuggest.
The problem lies when after the user selects a specific staff and then wants to go back to the "All" option. Rather than scroll back up to the top, they want to the just clear the comboxbox text.
In the past, when I used the regular windows toolbar combobox, there's a "Leave" event that I can use to check the value of the combobox text and if it's blank, I'll set the selectedindex to the "all" option.
Unfortunately, the RadComboBoxElement class does not inherit from Control so it doesn't have this event.
Any suggestions?
The problem lies when after the user selects a specific staff and then wants to go back to the "All" option. Rather than scroll back up to the top, they want to the just clear the comboxbox text.
In the past, when I used the regular windows toolbar combobox, there's a "Leave" event that I can use to check the value of the combobox text and if it's blank, I'll set the selectedindex to the "all" option.
Unfortunately, the RadComboBoxElement class does not inherit from Control so it doesn't have this event.
Any suggestions?