Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
ComboEditor doesn't drop when clicking on text
posted

I've got a XamWebComboEditor with IsEditable = false.  There are some items loaded, and one of them is selected, so the combo editor shows some text.

When the mouse is clicked on the text, nothing happens.  I need to click on the section of the combo editor that doesn't contain the text value in order to get it to drop down.  This is different than the builtin Microsoft ComboBox control.  In the ComboBox control, I can click anywhere on the control to get it to drop down.

What's probably happening is that the control wants to put a cursor into the text.  Which would be expected if IsEditable = true, but ends up doing nothing if IsEditable = false.