Hi all, I'm having trouble with a featuredatagrid that I want to programmatically switch the graphicslayer that it is bound to. When I set the graphicslayer in code like the snip below, the grid appears empty, without gridlines or anything.
MyDataGrid.GraphicsLayer = MyMap.Layers("XYZ")
I have been able to get the grid to work with all of my map layers individually, but not able to switch the grid to utilize a different source. What am I missing?