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
305
How to change list of XamComboEditor based on selection of another in same row
posted

Let's say I have two TemplateColumns in a XamGrid. Selecting an item in the first should trigger a change in the list of the items populating the second.

For example if the first was a list of animals (e.g. Dog, Cat) and the second was a list of the breeds of animal, I want the second to filter to the right list.

How would I do that? I prefer as MVVM-centric way as possible, but any solution would be helpful.