<?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 Feature Data Grid in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25816#M665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I'm trying to incorporate the feature data grid into my application and the one in the samples seems to be very buggy when I use it. Does anyone have some cleaned up code for a feature data grid?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2011 19:18:28 GMT</pubDate>
    <dc:creator>JerryBiedenbender</dc:creator>
    <dc:date>2011-09-15T19:18:28Z</dc:date>
    <item>
      <title>Feature Data Grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25816#M665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I'm trying to incorporate the feature data grid into my application and the one in the samples seems to be very buggy when I use it. Does anyone have some cleaned up code for a feature data grid?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 19:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25816#M665</guid>
      <dc:creator>JerryBiedenbender</dc:creator>
      <dc:date>2011-09-15T19:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Data Grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25817#M666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jerry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure what exactly are you looking for. Implementation of FeatureDataGrid is as simple as dropping the tag and binding the map and graphics/feature layer. If you could explain what is buggy or what you are trying to implement, we might be able to address specific questions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 20:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25817#M666</guid>
      <dc:creator>GarimaVyas</dc:creator>
      <dc:date>2011-09-15T20:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Data Grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25818#M667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using this code...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:FeatureDataGrid Grid.Row="2" x:Name="MyDataGrid" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Map="{Binding ElementName=MyMap}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GraphicsLayer="{Binding ElementName=MyMap, Path=Layers.[Dispatch]}" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regardless of how I have it sized it takes up half of the screen and every time I open the map it doubles my assets. Also after starting the web map a few times I had thousands of assets in my dispatch layer, It doubles my layer each startup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 11:09:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25818#M667</guid>
      <dc:creator>JerryBiedenbender</dc:creator>
      <dc:date>2011-09-16T11:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Data Grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25819#M668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jerry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The size should follow the row definition size you specified for the grid's third row. I am assuming that it is not set to "*". However, I will be interested in finding out if it doesn't. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Secondly, the FeatureDataGrid has no control over adding/removing features, unless you are adding the feature layer in one of the event handlers involved. Please check where and how the dispatch layer is added to the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 12:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25819#M668</guid>
      <dc:creator>GarimaVyas</dc:creator>
      <dc:date>2011-09-16T12:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Data Grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25820#M669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I resolved the problem thanks, I only had two grids, I added a third one and set that sizes correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 15:43:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-data-grid/m-p/25820#M669</guid>
      <dc:creator>JerryBiedenbender</dc:creator>
      <dc:date>2011-09-16T15:43:16Z</dc:date>
    </item>
  </channel>
</rss>

