<?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: Featurelayer is not getting updated after deleting feature from it. in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496369#M12731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set that property on the QueryTask and it fixed the issue.To be very frank, I never thought this property would ever exist on QueryTask class and so kept wandering around the FeatureLayer only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once again for giving the right and prompt solution. I appreciate your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2011 12:09:47 GMT</pubDate>
    <dc:creator>SanajyJadhav</dc:creator>
    <dc:date>2011-05-03T12:09:47Z</dc:date>
    <item>
      <title>Featurelayer is not getting updated after deleting feature from it.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496367#M12729</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;I am stuck one issue regarding Editor Widget and feature layer update. My feature layer is not getting updated after deleting features from it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have Editor Widget in the application and other tasks like attribute query, Identify etc. Below mentioned is my workflow in which I found the issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I add a new feature using feature template and I save changes to database. It works fine. Feature is added to SDE feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I use my attribute query tool to find the newly added feature and it is found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. I delete the feature using Editor Widget. It gets deleted. It disappears from the map.I check in ArcMap and feature is deleted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Again, I use my attribute query to find the deleted feature and surprisingly it is found. I cannot see the feature on the map, but my query finds that feature though it is deleted. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have set DisableClientCaching property of the feature layer to true. So, once feature is deleted, it should not reside in cache. But, in my case, the deleted feature is again being pulled off from somewhere. II cannot see the feature normally, but if I fire any query on it, it is found.If I close the browser and restart the apps, I cannot find that feature using attribute query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I subscribed to FeatureLayer_EndSaveEdits and I updated and refreshed the feature layer, but of no use. I updated the feature layer on ???Search??? button of attribute query, but no luck. This is really driving me crazy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would really appreciate if somebody help me out fix this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 09:24:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496367#M12729</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-05-02T09:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Featurelayer is not getting updated after deleting feature from it.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496368#M12730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you set DisableClientCaching to true for your attribute query as well?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 12:08:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496368#M12730</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-05-02T12:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Featurelayer is not getting updated after deleting feature from it.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496369#M12731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set that property on the QueryTask and it fixed the issue.To be very frank, I never thought this property would ever exist on QueryTask class and so kept wandering around the FeatureLayer only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once again for giving the right and prompt solution. I appreciate your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 12:09:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496369#M12731</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-05-03T12:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Featurelayer is not getting updated after deleting feature from it.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496370#M12732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Emulated sample in Silverlight API (Edit Tools Explicit Save).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything works but a deleted Poly keep coming up on Initial Extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you zoom In/out a level it dissapears but comes back in at initial extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The object is deleted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cleared admin cache. No luck&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ctrl-F5 No luck&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ketih&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 20:29:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496370#M12732</guid>
      <dc:creator>KeithAnderson</dc:creator>
      <dc:date>2012-01-05T20:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Featurelayer is not getting updated after deleting feature from it.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496371#M12733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It looks like Sanjay was able to fix the issue by setting DisableClientCaching to true on QueryTask. But in your case, the deleted feature remains visible on the map at the initial extent? You are using the same app to delete and view the layer, right? I do not see that happening in this SDK sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsExplicitSave"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsExplicitSave&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 02:25:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-is-not-getting-updated-after-deleting/m-p/496371#M12733</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-01-06T02:25:13Z</dc:date>
    </item>
  </channel>
</rss>

