handanu
5 years agoContributor
Unable to edit Combobox items' identification property
Hi, I couldn't update combobox items' property in name mapping. When I rightclick the item in aliases screen, I get a warning includes "Unable to find the object that matches the "Radcomboboxitem123...
- 5 years ago
What is your need for inspecting the drop down value/item? If you're looking at actually selecting the item, if this is a WPF ComboBox, you should be able to just call a ClickItem method to select the item.
- 5 years ago
Thank you for your reply. I could't fix it but I get rid of the problem. I used shortcut keys on the keyboard instead of using right-click menu item. I was lucky this time because I used that object only in two tests.