Hi Shaun,
I’m following up on your original question. Is there anything further that I can help you with regarding this issue?
If so, please feel free to contact me.
You can look thru my sample. I’m using two very simple viewmodels. The employee contains a employee title key value pointing to the employee title.
I used a ComboBoxItemsProvider which I loaded in codebehind and used in a xamComboEditor style.
Then I set the grid’s CurrKey’s field’s fieldSettings to use that style, while the grid is using the employees’ collection.
Please let me know if you have any questions.
I'm looking into your question and want to verify so that I can work on a sample for you.
Just to clarify, you have a viewmodel collection of EmployeeTitle, which I will assume has an EmployeeTitleId and and EmployeeTitle.
Your Employee class contains an EmployeeTitleId property that links it to a member of the EmployeeTitle collection.
You want your comboBox to show the EmployeeTitle collection in the dropdown and have the appropriate EmployeeTitle selected for each employee.
Let me know if I’m not on the right path.