<?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 How to display actual values stored in domain? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207505#M5146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi experts,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am querying a layer in the map service and showing results in FeatureDataGrid. I have set coded domains for some fields in this layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is when the data is displayed in FeatureDataGrid, the codes are displayed instead of actual values.Can anybody help me on this issue? I want to display actual values and not domain codes in the FeatureDataGrid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&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>Tue, 01 Feb 2011 11:29:45 GMT</pubDate>
    <dc:creator>SanajyJadhav</dc:creator>
    <dc:date>2011-02-01T11:29:45Z</dc:date>
    <item>
      <title>How to display actual values stored in domain?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207505#M5146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi experts,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am querying a layer in the map service and showing results in FeatureDataGrid. I have set coded domains for some fields in this layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is when the data is displayed in FeatureDataGrid, the codes are displayed instead of actual values.Can anybody help me on this issue? I want to display actual values and not domain codes in the FeatureDataGrid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&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>Tue, 01 Feb 2011 11:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207505#M5146</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-02-01T11:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to display actual values stored in domain?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207506#M5147</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;Is there any body who can help me out on this issue? It has become really urgent for our apps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have observed that with identify task, it displays the domain values (not codes) properly in the FeatureDataGrid, but with other tasks, like Query (attribute and spatial), it displays the domain codes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a bug or I am missing something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me on 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>Wed, 02 Feb 2011 13:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207506#M5147</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-02-02T13:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to display actual values stored in domain?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207507#M5148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sanjay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FeatureDataGrid uses ComboBox controls to show codes in CodedValueDomain attributes. This is by-design and if you want to show the values instead, you should set FDG's "AutoGenerateColumns" property to FALSE and in its "Columns" collection use "DataGridTextColumn" for those attributes. For more information please take a look at the following URL to see how you can manually populate columns in a DataGrid control:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/system.windows.controls.datagridtextcolumn%28v=vs.95%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/system.windows.controls.datagridtextcolumn%28v=vs.95%29.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 15:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207507#M5148</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2011-02-03T15:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to display actual values stored in domain?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207508#M5149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ali.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would give a try. But it does not sound good to manually populate all the values in FDG. My concern is that FDG should honor built in options like Zoom to selection, clear selection etc. even if it is manually populated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways, thanks again for your reply and I would put my result over here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 02:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207508#M5149</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-02-04T02:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to display actual values stored in domain?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207509#M5150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;My concern is that FDG should honor built in options like Zoom to&amp;nbsp; selection, clear selection etc. even if it is manually populated.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;All the functions in the Options menu will be still honored. By setting FDG's AutoGenerateColumns property to FALSE you control how the attribute collection for each row should be shown. Some examples would be hiding an attribute in your datagrid columns, or showing hyperlink values in the cells for a given attribute, etc..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;But it does not sound good to manually populate all the values in FDG.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The values won't be manually populated. It's just the matter of controlling the way each column in the FeatureDataGrid control should be shown.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 15:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207509#M5150</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2011-02-04T15:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to display actual values stored in domain?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207510#M5151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the late reply.Somehow I overlooked your reply. I am working on it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 02:22:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-actual-values-stored-in-domain/m-p/207510#M5151</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-02-17T02:22:55Z</dc:date>
    </item>
  </channel>
</rss>

