I have a query tool that makes a graphics layer from the selected features in a feature layer. I am now trying to load a datagrid with attributes from the graphics in the graphics layer. I have it working, however the graphics.attributes only contain values for the layers objectID and display Fields. Can anyone shed some light on why the values for ALL fields are not included? Ive checked the attributes of the selected features in the feature layer as well and they dont contain the field values either. Ive also tried defining the outFields in the query with no luck. Why arent all field values being sent in attributes? Thanks.