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
320
Re: ComboBox column converting enum values to user friendly values and back.
posted

Hi Gergana,

There is a new complexity to this feature which I don't know how to implement.

I've attached an updated project to demonstrate the issue.

Basically here the spec:

1. Separate Combobox has Days of the week.  Default value is Wednesday.

2. The xamDataGrid displays Name and Greeting the says "Happy Wednesday" 

3. If the user changed the Day to Monday it should change the xamDataGrid's Greeting value to "Happy Monday" - not working

2. Also the dropdown list for greetings should now include "Happy Monday" instead of "Happy Wednesday" - this is working

3. If user change the Greeting from "Merry Christmas" to "Happy Monday" and click somewhere else it should it still say "Happy Monday" but it reverts back to "Happy Wednesday"  why?

Can you help achieve what I need?

Thanks,

-Marlon

Combo_BindToEnumModified.zip