Hello,
I'm using Telerik WPF R1 2021.
I'm using Automation to test our GUI and I came accross a problem from the RadComboBoxItemAutomationPeer
The property IsSelected isn't correctly retrieve when the RadComboBox is used with multiple selection as it uses the property "SelectedItem" and not "SelectedItems" to check the selection.
I don't want to override the whole Combobox to fix that so I will manage this some other way but if you think of another solution i'm all ears ;)
Regards,
Thomas