Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Selected Item and Selected Items weird behaviour
posted

I am using XamMulticolumnComboEditor and I have found strange issue with this editor. Whenever I bind SelectedItem property to one of my property in VM and set it through VM it does not show up on UI. I tried to snoop it and found that SelectedItem is being set however not shown as selected as SelectedIndex is still -1 and SelectedItems collection do not have any item selected.

Can anyone please help me over here to solve this issue?