Hello everybody,
I am facing an issue and found a thread that could help me but unfortunately it doesn't solve my problem
https://es.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!
Hello Valentina,
Thank you for the example link.
I have modified the sample so the selection is performed programmatically (through clicking of a button). If this is not the functionality you want to achieve, would you please modify the sample so it resembles your scenario and upload it as an attached file.
Having this information will help me to further investigate this for you.
Hello
I realized that the main problem was a minor mistake I was doing using a converter
Anyway, your example was really valuable, Thanks Nick for your help!!