As you know the RadComboBox has a property called 'ShowDropDownOnTextboxClick' which opens the dropdown when the textbox is clicked. Thing is, i use a combobox without allowing custom text (i configured it to be like a standard but styled asp.net dropdown). So i need the exact opposite of the feature above. I want the dropdown to open and close when the textbox is clicked depending on the current visibility of the dropdown. Before i'm extending the ComboBox to build this in myself i thought i'd post this here since theres probably more people experiencing this. Is there a way i could toggle the dropdown on textbox-click?
Thanks in advance,
Max
Thanks in advance,
Max