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.
HI,
I’m just following up on this forum post.
Is there anything further that we can help you with regarding this issue?
Hello,
The sample posted at this forum post may be a good starting point for displaying "cascading" drop downs in XamGrid TemplateColumns. It happens to use RIA Services, which may not be relevant to your application; however, the approach ought to be similar. Please review this sample and let me know if it helps you make progress.
Thanks,