<?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: FeatureDataForm doesn`t show Domains anymore in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredataform-doesn-t-show-domains-anymore/m-p/502175#M12882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply -&lt;/P&gt;&lt;P&gt;We ended up modifying the FeatureDataForm&amp;nbsp;control source code, rolling back the changes that where made&amp;nbsp;between the version that was working for us and newer version.&amp;nbsp;Rebuilt&amp;nbsp;the dll and referenced our&amp;nbsp;version instead.&amp;nbsp; Haven't hear of any issues with that form since.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2016 14:51:13 GMT</pubDate>
    <dc:creator>DarellStoick</dc:creator>
    <dc:date>2016-10-13T14:51:13Z</dc:date>
    <item>
      <title>FeatureDataForm doesn`t show Domains anymore</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredataform-doesn-t-show-domains-anymore/m-p/502172#M12879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;recently I`ve taken over the development support of a larger silverlight mapping application in our company. Unfortunately there`s currently no one here who`s familiar with the application and I`ve to fix several Bugs after we migrated from ArcGIS Server 10 to 10.2.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One problem belongs to a FeatureDataForm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;esri:FeatureDataForm Grid.Row="1" Grid.Column="0" x:Name="myFeatureDataForm" CommitButtonContent="OK"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HorizontalAlignment="Left" ScrollViewer.VerticalScrollBarVisibility="Visible"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScrollViewer.HorizontalScrollBarVisibility="Visible" EditEnded="myFeatureDataForm_EditEnded"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IsReadOnly="False" LabelPosition="Left" Margin="5,5,5,5"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/esri:FeatureDataForm&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I initialize the form as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FeatureLayer fl = getFeatureLayer(al.TabellenLayerID);&lt;/P&gt;&lt;P&gt;myFeatureDataForm.FeatureLayer = fl;&lt;/P&gt;&lt;P&gt;myFeatureDataForm.GraphicSource = fl.Graphics.First();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It references a table layer:&lt;/P&gt;&lt;P&gt;&amp;lt;esri:FeatureLayer ID="abschnittSanierungsbedarf" Url="/arcgis/rest/services/private/fis_deiche_event_layers_featureservice/FeatureServer/23"&lt;/P&gt;&lt;P&gt;ProxyUrl="../apps/fisdeiche/proxy.ashx"&lt;/P&gt;&lt;P&gt;DisableClientCaching="True" &lt;/P&gt;&lt;P&gt;AutoSave="False"&lt;/P&gt;&lt;P&gt;OutFields="FUNKTIONSTUECHTIGKEIT, SANPRIORITAET, JAHR_LETZTE_SAN"&lt;/P&gt;&lt;P&gt;Mode="OnDemand"&lt;/P&gt;&lt;P&gt;MaximumResolution="16"&lt;/P&gt;&lt;P&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;I get back domains from the server, see the following state during debugging:&lt;/P&gt;&lt;P&gt;?myFeatureDataForm.FeatureLayer.LayerInfo.Fields[5].Domain&lt;/P&gt;&lt;P&gt;{ESRI.ArcGIS.Client.FeatureService.CodedValueDomain}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ESRI.ArcGIS.Client.FeatureService.CodedValueDomain]: {ESRI.ArcGIS.Client.FeatureService.CodedValueDomain}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name: "FISD_SANIERUNG_FUNKTION"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don`t get drop downs with coded values in my panel.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="missing_domains_dropdown.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/155245_missing_domains_dropdown.png" style="line-height: 1.5; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REST endpoint of this layer loos as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Layer: GEWIS.GEW_HWD_SANFUNKBEDARF (ID: 23)&lt;/P&gt;&lt;P&gt;Name: GEWIS.GEW_HWD_SANFUNKBEDARF&lt;/P&gt;&lt;P&gt;Display Field: HWD_NR_TEXT&lt;/P&gt;&lt;P&gt;Type: Table&lt;/P&gt;&lt;P&gt;Geometry Type: N/A&lt;/P&gt;&lt;P&gt;Description:&lt;/P&gt;&lt;P&gt;Definition Expression: N/A&lt;/P&gt;&lt;P&gt;Copyright Text:&lt;/P&gt;&lt;P&gt;Default Visibility: false&lt;/P&gt;&lt;P&gt;MaxRecordCount: 10000&lt;/P&gt;&lt;P&gt;Supported Query Formats: JSON, AMF&lt;/P&gt;&lt;P&gt;Supports Advanced Queries: true&lt;/P&gt;&lt;P&gt;Supports Statistics: true&lt;/P&gt;&lt;P&gt;Use Standardized Queries: true&lt;/P&gt;&lt;P&gt;Extent:&lt;/P&gt;&lt;P&gt;Drawing Info:&lt;/P&gt;&lt;P&gt;N/A&lt;/P&gt;&lt;P&gt;HasZ: false&lt;/P&gt;&lt;P&gt;HasM: false&lt;/P&gt;&lt;P&gt;Has Attachments: false&lt;/P&gt;&lt;P&gt;HTML Popup Type: esriServerHTMLPopupTypeNone&lt;/P&gt;&lt;P&gt;Type ID Field:&lt;/P&gt;&lt;P&gt;Fields:&lt;/P&gt;&lt;P&gt;OBJECTID ( type: esriFieldTypeOID , alias: OBJECTID , editable: false , nullable: false )&lt;/P&gt;&lt;P&gt;HWD_NR ( type: esriFieldTypeDouble , a&lt;SPAN style="line-height: 1.5;"&gt;lias: HWD_NR , editable: true , nullable: false )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;BASISSTATIONIERUNG_VON ( type: esriFieldTypeInteger , alias: BASISSTATIONIERUNG_VON ,&lt;/P&gt;&lt;P&gt;editable: true , nullable: false )&lt;/P&gt;&lt;P&gt;BASISSTATIONIERUNG_BIS ( type: esriFieldTypeInteger , alias: BASISSTATIONIERUNG_BIS ,&lt;/P&gt;&lt;P&gt;editable: true , nullable: false )&lt;/P&gt;&lt;P&gt;ABSCHNITTLAENGE ( type: esriFieldTypeInteger , alias: ABSCHNITTLAENGE , editable: true ,&lt;/P&gt;&lt;P&gt;nullable: true )&lt;/P&gt;&lt;P&gt;FUNKTIONSTUECHTIGKEIT ( type: esriFieldTypeSmallInteger , alias: FUNKTIONSTUECHTIGKEIT ,&lt;/P&gt;&lt;P&gt;editable: true , nullable: true , Coded Values: [0: k.A.] , [10: n.s.bed.] , [20: saniert] , ...2 more...&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;SANPRIORITAET ( type: esriFieldTypeSmallInteger , alias: SANPRIORITAET , editable: true ,&lt;/P&gt;&lt;P&gt;nullable: true , Coded Values: [10: sehr hoch] , [20: hoch] , [30: mittel] , ...3 more... )&lt;/P&gt;&lt;P&gt;JAHR_LETZTE_SAN ( type: esriFieldTypeDate , alias: JAHR_LETZTE_SAN , editable: true , nullable:&lt;/P&gt;&lt;P&gt;true , length: 36 )&lt;/P&gt;&lt;P&gt;HWD_NR_TEXT ( type: esriFieldTypeString , alias: HWD_NR_TEXT , editable: true , nullable: true ,&lt;/P&gt;&lt;P&gt;length: 50 )&lt;/P&gt;&lt;P&gt;Templates:&lt;/P&gt;&lt;P&gt;Name: GEWIS.GEW_HWD_SANFUNKBEDARF&lt;/P&gt;&lt;P&gt;Description:&lt;/P&gt;&lt;P&gt;Prototype:&lt;/P&gt;&lt;P&gt;HWD_NR_TEXT: null&lt;/P&gt;&lt;P&gt;HWD_NR: 0&lt;/P&gt;&lt;P&gt;BASISSTATIONIERUNG_VON: 0&lt;/P&gt;&lt;P&gt;BASISSTATIONIERUNG_BIS: 0&lt;/P&gt;&lt;P&gt;ABSCHNITTLAENGE: null&lt;/P&gt;&lt;P&gt;FUNKTIONSTUECHTIGKEIT: null&lt;/P&gt;&lt;P&gt;SANPRIORITAET: null&lt;/P&gt;&lt;P&gt;JAHR_LETZTE_SAN: null&lt;/P&gt;&lt;P&gt;Drawing Tool: esriFeatureEditToolNone&lt;/P&gt;&lt;P&gt;Capabilities: Create, Delete,Query,Update,Uploads,Editing&lt;/P&gt;&lt;P&gt;Sync Can Return Changes: false&lt;/P&gt;&lt;P&gt;Is Data Versioned: false&lt;/P&gt;&lt;P&gt;Supports Rollback On Failure: true&lt;/P&gt;&lt;P&gt;Supported Operations: Query Apply Edits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestions for me?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 13:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredataform-doesn-t-show-domains-anymore/m-p/502172#M12879</guid>
      <dc:creator>RichardReinicke</dc:creator>
      <dc:date>2015-12-14T13:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureDataForm doesn`t show Domains anymore</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredataform-doesn-t-show-domains-anymore/m-p/502173#M12880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are seeing a similar issue running ArcGIS API 3.1.&amp;nbsp; Were you able to resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 21:43:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredataform-doesn-t-show-domains-anymore/m-p/502173#M12880</guid>
      <dc:creator>DarellStoick</dc:creator>
      <dc:date>2016-04-29T21:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureDataForm doesn`t show Domains anymore</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredataform-doesn-t-show-domains-anymore/m-p/502174#M12881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, sorry for my late answer. Yes I was able to solve it. Your layer will probably have an associated domain, please make sure your layer symbols are classified by this domain property. Then add a feature template to layer based on the domain calssification. Now if you publish the service you should have a "Types" section in your REST end point and your client problem should be solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 07:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredataform-doesn-t-show-domains-anymore/m-p/502174#M12881</guid>
      <dc:creator>RichardReinicke</dc:creator>
      <dc:date>2016-10-12T07:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureDataForm doesn`t show Domains anymore</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredataform-doesn-t-show-domains-anymore/m-p/502175#M12882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply -&lt;/P&gt;&lt;P&gt;We ended up modifying the FeatureDataForm&amp;nbsp;control source code, rolling back the changes that where made&amp;nbsp;between the version that was working for us and newer version.&amp;nbsp;Rebuilt&amp;nbsp;the dll and referenced our&amp;nbsp;version instead.&amp;nbsp; Haven't hear of any issues with that form since.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 14:51:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featuredataform-doesn-t-show-domains-anymore/m-p/502175#M12882</guid>
      <dc:creator>DarellStoick</dc:creator>
      <dc:date>2016-10-13T14:51:13Z</dc:date>
    </item>
  </channel>
</rss>

