Hi!
I've built an add-in using the ArcGIS Silverlight API to query ArcGISDynamicMapServiceLayers and then adding selected features to a layer.
I add the returned FeatureSet to a DataGrid, where each row is a graphic object. The user can then select some/all rows and add them to the map. Adding the graphics works, but I can't see their attribute data in the attribute table.
Any ideas why this might be?