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
1405
XamComboEditor Changes in Version 11.2 vs 12.1?
posted

Hi,

I was previously using WPF 11.2 controls, XamComboEditor specifically.

I migrated my project from 11.2 to 12.1 and what I see the xamComboEditor which was working fine n 11.2 is not working in 12.1.

The code is exactly the same in both case, in 11.2 the binding is working fine and in 12.1 the data shown in combobox is the length of the characters of the data and not the actual data.

Description:

In Version 11.2 - I have a ObservableCollection<string>. Binding this to the xamcomboeditor (11.2) give names of the employees on the UI.

In Version 12.1 - I have a ObservableCollection<string>. Binding this to the xamcomboeditor (12.1) give length of the names of the employees on the UI and not the names of the Employees.

Please help. This is a very weird situation.