<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Result of selection in a datagrid in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/result-of-selection-in-a-datagrid/m-p/272412#M7108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure, this is possible. You can subscribe to the Editor's EditCompleted event and check for Editor.EditEventArgs.Action (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor+EditAction.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor+EditAction.html&lt;/A&gt;&lt;SPAN&gt;) and Editor.EditEventArgs.Edits (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor+Change_members.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor+Change_members.html&lt;/A&gt;&lt;SPAN&gt;). You should be able to get SelectedGraphics from the layer (edit.Layer or edit.Graphic). If your data grid contains GraphicCollection, you should be able to do something like: dataGrid.SelectedItem = edit.Graphic&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 15:33:42 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-03-01T15:33:42Z</dc:date>
    <item>
      <title>Result of selection in a datagrid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/result-of-selection-in-a-datagrid/m-p/272411#M7107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi , &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i would like to put into a datagrid the result of selecion on a feature layer ( throught editor tool).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's possibe to do that ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'm using for that a FeatureDatagrid. I would like to know if this is possible with datagrid too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks 1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 13:28:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/result-of-selection-in-a-datagrid/m-p/272411#M7107</guid>
      <dc:creator>MarcoRosa</dc:creator>
      <dc:date>2011-03-01T13:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Result of selection in a datagrid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/result-of-selection-in-a-datagrid/m-p/272412#M7108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure, this is possible. You can subscribe to the Editor's EditCompleted event and check for Editor.EditEventArgs.Action (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor+EditAction.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor+EditAction.html&lt;/A&gt;&lt;SPAN&gt;) and Editor.EditEventArgs.Edits (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor+Change_members.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor+Change_members.html&lt;/A&gt;&lt;SPAN&gt;). You should be able to get SelectedGraphics from the layer (edit.Layer or edit.Graphic). If your data grid contains GraphicCollection, you should be able to do something like: dataGrid.SelectedItem = edit.Graphic&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 15:33:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/result-of-selection-in-a-datagrid/m-p/272412#M7108</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-03-01T15:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Result of selection in a datagrid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/result-of-selection-in-a-datagrid/m-p/272413#M7109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See this sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 18:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/result-of-selection-in-a-datagrid/m-p/272413#M7109</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-03-01T18:28:02Z</dc:date>
    </item>
  </channel>
</rss>

