What I ended up doing was setting the Editor Widget _currentGraphic property equal to the graphics (results) or my featureLayer.selectFeatures query.featureLayer.selectFeatures(query, esri.layers.FeatureLayer.SELECTION_NEW, function (results) { ZoomToFeature(results) });setGraphicsAttributes(result);function setGraphicsAttributes (graphic) { editorWidget._currentGraphic = graphic; }