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
1425
XamComboEditor full working sample
posted

I can't seem to get the XamComboEditor to perfom as I expect. I'm using WPF, 12.1, Net 4.0. I want to bind the ItemsSource to an ObservableCollection of type "Correlation", which contains the properties: 1) Id (int32), LongName (string), ShortName (string). The LongName property should populate the dropdown, the user selects an entry, and the editor portion display the LongName. The Id is what is stored in a CSV file, which is the backing store for the form which contains the XamComboEditor, via my ViewModel public property. The view model public property is of type "Correlation", same as the ObservableCollection for the ItemsSource.

Do you have a full working sample to fit this scenario, or can you provide snippets indicating what XamComboEditor properties to bind to and/or set.

Thanks

Parents Reply Children
No Data