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.
Hi,
This looks like an issue in the control.
I am going to submit a bug item to track that issue, I hope we will be able to provide a fix for it with the next Service Release.
HTH,