Hi JanoMillar,
Greetings from Syncfusion.
We have validated your query and we suggest you resolve the reported issue by setting Mode to two way in selected index property as like below code snippet
Xaml:
|
<combobox:SfComboBox SelectedIndex="{Binding SelectedIndex,Mode=TwoWay}"
DisplayMemberPath="PropertyName"
DataSource="{Binding EmployeeCollection}" >
</combobox:SfComboBox>
|
Please check with the above and let us know if you have any concern.
Regards,
Jeya K