Hi Team
I am using a XamDialogWindow. Binding works fine for textboxes but not for the XamComboEditor.
I include a sample project to show my issue.
Your help greatly appreciated as this is now an impediment.
MvvmBinding.zip
Good to hear! let me know if you have any additional questions.
Hi Nicholas
Thankyou for your reply and the potential solution to this issue.
Your solution was almost there - we just had to tweak it a little bit to ensure the country displayed was correct and also for two-way binding to take place.
I attach our solution in case any others have similar issues.
Once again thanks for your help.
MvvmBinding3.zip
Hello Simon,
I had a look at your issue with binding to the XamComboEditor. After investigating I have determined the issue is the that your were trying to bind to a property that did not exist if you add a property of type icountry in your viewmodel you can bind to it and the set the country based on the customers countryid when the dialog loads.
Regards.
Nicholas
MvvmBinding (2).zip