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
1280
XamComboEditor: selection with Template
posted

Hello everybody, 

I am facing an issue and found a thread that could help me but unfortunately it doesn't solve my problem

https://ko.infragistics.com/community/forums/t/83609.aspx

I have a xamComboEditor, its datasource is a list of objects MyClass. The combo displays a modified version of a class member "PropA" (through converter, which becomes "My PropA"). 

My problem is when I need to set programmatically the selected Item. Let's say I want to select object where class member is "PropB" (displayed in the xamcombo editor as "My PropB". How can I do that?

Thanks in advance!