<?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 Custom FeatureDataForm in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-featuredataform/m-p/201791#M4999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I built a form as a child window and cannot get the data from the form attached to the graphic that is saving.&amp;nbsp; What is the best way to go about creating a custom feature data form?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2011 16:13:28 GMT</pubDate>
    <dc:creator>BrianGustafson</dc:creator>
    <dc:date>2011-12-16T16:13:28Z</dc:date>
    <item>
      <title>Custom FeatureDataForm</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-featuredataform/m-p/201791#M4999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I built a form as a child window and cannot get the data from the form attached to the graphic that is saving.&amp;nbsp; What is the best way to go about creating a custom feature data form?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 16:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-featuredataform/m-p/201791#M4999</guid>
      <dc:creator>BrianGustafson</dc:creator>
      <dc:date>2011-12-16T16:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom FeatureDataForm</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-featuredataform/m-p/201792#M5000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to customize just the look and feel of the FeatureDataForm: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataForm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataForm&lt;/A&gt;&lt;SPAN&gt;, you can follow this blog post: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/05/28/Localizing-ArcGIS-Controls.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/05/28/Localizing-ArcGIS-Controls.aspx&lt;/A&gt;&lt;SPAN&gt;. If you want to change the behavior of FeatureDataForm, you can download source from CodePlex: &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://esrisilverlight.codeplex.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using ChildWindow to display FeatureDataForm, you can use FeatureDataForm instance to get to the GraphicSource. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp; ChildWindow window = new ChildWindow();
&amp;nbsp;&amp;nbsp; FeatureDataForm form = new FeatureDataForm()
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; GraphicSource = graphic,
&amp;nbsp;&amp;nbsp;&amp;nbsp; FeatureLayer = featureLayer,
&amp;nbsp;&amp;nbsp;&amp;nbsp; IsReadOnly = !featureLayer.IsUpdateAllowed(graphic),
&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxWidth = 500,
&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxHeight = 500
&amp;nbsp;&amp;nbsp; };
&amp;nbsp;&amp;nbsp; window.Content = form;
&amp;nbsp;&amp;nbsp; form.EditEnded += (s, e) =&amp;gt; 
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;Red&amp;quot;;"&gt;var graphic = form.GraphicSource;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; window.Close(); 
&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; window.ShowDialog();
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-featuredataform/m-p/201792#M5000</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-11T10:01:46Z</dc:date>
    </item>
  </channel>
</rss>

