<?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: What is the function to close the window FeatureDataForm? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384472#M9986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2012 11:20:58 GMT</pubDate>
    <dc:creator>FabienNAPPA</dc:creator>
    <dc:date>2012-07-23T11:20:58Z</dc:date>
    <item>
      <title>What is the function to close the window FeatureDataForm?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384468#M9982</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 added a Cancel button in FeatureDataForm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I do not know how to close the window (Form) !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank's,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fabiano&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 09:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384468#M9982</guid>
      <dc:creator>FabienNAPPA</dc:creator>
      <dc:date>2012-07-19T09:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function to close the window FeatureDataForm?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384469#M9983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just like any other user control set the Visibility to Visibility.Collapsed.&amp;nbsp; You might want to do it with the parent container of the actual FeatureDataForm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 14:09:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384469#M9983</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2012-07-19T14:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function to close the window FeatureDataForm?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384470#M9984</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;Thank you for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, how to remove the parent container after pressing the button "Apply" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank's&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fabiano&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:36:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384470#M9984</guid>
      <dc:creator>FabienNAPPA</dc:creator>
      <dc:date>2012-07-23T09:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function to close the window FeatureDataForm?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384471#M9985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;But, how to remove the parent container after pressing the button "Apply" ?&lt;BR /&gt;&lt;BR /&gt;Thank's&lt;BR /&gt;Fabiano&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FeatureDataForm has an EditEnded event which fires after the Apply button is clicked and the edit is applied.&amp;nbsp; Add a handler for the event and close the form there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 10:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384471#M9985</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2012-07-23T10:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function to close the window FeatureDataForm?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384472#M9986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 11:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/what-is-the-function-to-close-the-window/m-p/384472#M9986</guid>
      <dc:creator>FabienNAPPA</dc:creator>
      <dc:date>2012-07-23T11:20:58Z</dc:date>
    </item>
  </channel>
</rss>

