<?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: FeatureDataGrid 2.2 Api Very Slow in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredatagrid-2-2-api-very-slow/m-p/108194#M2717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Stepping through the code I have found that if my Outfields on the featurelayer dont match the fields in the LayerInfo then the code takes an extra 4 mins 27 seconds to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Options are rebuild the FeatureDataGrid code with some changes or set my OutFields property ="*"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;problem line of code is...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;if (!AllAttributesMatch(enumItemsSource.Current.GetType().GetProperties(), (e.NewItems[0] as Graphic).Attributes))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shouldResetItemsSource = true;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 06:32:02 GMT</pubDate>
    <dc:creator>ChrisSmith</dc:creator>
    <dc:date>2021-12-11T06:32:02Z</dc:date>
    <item>
      <title>FeatureDataGrid 2.2 Api Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredatagrid-2-2-api-very-slow/m-p/108193#M2716</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;BR /&gt;&lt;SPAN&gt;Have just upgraded a project to v 2.2 of the Silverlight API and appear to have a performance issue with the featuredatagrid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My data layer of approx 4000 points in 2.1 would draw reasonably quickly after applying what I have mentioned in this post &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/33221-FeatureLayer-slow-on-Update%28%29"&gt;http://forums.arcgis.com/threads/33221-FeatureLayer-slow-on-Update%28%29&lt;/A&gt;&lt;SPAN&gt; and the FeatureDataGrid would load the data quickly (no noticeable delay)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have upgraded to 2.2 and now the featurelayer takes 4 minutes 31 seconds to load when a featuredatagrid is bound to it, there is no issue if no featuredatagrid is bound.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there some new functionality/setting that I am missing for the featuredatagrid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or is it unrealistic to draw 4000 points in a featurelayer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 11:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredatagrid-2-2-api-very-slow/m-p/108193#M2716</guid>
      <dc:creator>ChrisSmith</dc:creator>
      <dc:date>2011-06-24T11:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureDataGrid 2.2 Api Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredatagrid-2-2-api-very-slow/m-p/108194#M2717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Stepping through the code I have found that if my Outfields on the featurelayer dont match the fields in the LayerInfo then the code takes an extra 4 mins 27 seconds to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Options are rebuild the FeatureDataGrid code with some changes or set my OutFields property ="*"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;problem line of code is...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;if (!AllAttributesMatch(enumItemsSource.Current.GetType().GetProperties(), (e.NewItems[0] as Graphic).Attributes))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shouldResetItemsSource = true;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredatagrid-2-2-api-very-slow/m-p/108194#M2717</guid>
      <dc:creator>ChrisSmith</dc:creator>
      <dc:date>2021-12-11T06:32:02Z</dc:date>
    </item>
  </channel>
</rss>

