This question is locked. New answers and comments are not allowed.
This is a weird one. No matter how I add data to the combo, it is true (binding data, manually adding items, etc).
My problem: I am adding an item to the top of the list (text is "(unspecified)" and value is 0) and then setting the selected index property to point to this item. Ok, all is good so far.
Using autocomplete, I can select the item if another item is selected. Still good.
The user clicks the button and drops the list down. If that item (unspecified) is current the selected item, there is no highlight on the item in the list - the highlight is on the next item in the list. If the user scrolls up and down through the list, the item disappears although there appears to be a blank spot where the item used to be. And no matter what, you absolutely cannot click on the item (visible or not) to select it. When I manually add this RadComboBoxItem, I set the enabled property for the item to true just in case.
This happens whether I step through the data table and manually add items or whether I bind the data table to the combo. No matter what I do, the first item is just not selectable from the drop down list but can be selected ONLY if the list is not dropped and autocomplete is on suggest-append.
So what am I missing here?
-Dave Ferreira
My problem: I am adding an item to the top of the list (text is "(unspecified)" and value is 0) and then setting the selected index property to point to this item. Ok, all is good so far.
Using autocomplete, I can select the item if another item is selected. Still good.
The user clicks the button and drops the list down. If that item (unspecified) is current the selected item, there is no highlight on the item in the list - the highlight is on the next item in the list. If the user scrolls up and down through the list, the item disappears although there appears to be a blank spot where the item used to be. And no matter what, you absolutely cannot click on the item (visible or not) to select it. When I manually add this RadComboBoxItem, I set the enabled property for the item to true just in case.
This happens whether I step through the data table and manually add items or whether I bind the data table to the combo. No matter what I do, the first item is just not selectable from the drop down list but can be selected ONLY if the list is not dropped and autocomplete is on suggest-append.
So what am I missing here?
-Dave Ferreira