I'm creating a map which contains multiple feature layers which all have different properties. I know that I can only show one of them in featuredatagrid at a time, but is it possible to change the output of featuredatagrid using, say, a scrolldown selection tool among the layers? If I have to create multiple featuredatagrids in XAML linked to different layers, how can I show them based on the user's last selection of a layer?
Here's the XAML code for my featuredatagrid. The layer here is "Fields" but I have other layers such as "boundaries", "animals", etc.