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
20
XamComboEditor not MVVM binding when used inside XamDialogWindow
posted

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

Parents
No Data
Reply
  • 140
    Offline posted

    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

Children