<?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: Query task- What is best way to display field aliases in feature data grid in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-what-is-best-way-to-display-field/m-p/233230#M5993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try adding the aliases to the feature class in the mxd before you published it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2013 17:08:03 GMT</pubDate>
    <dc:creator>ChrisBradberry</dc:creator>
    <dc:date>2013-02-19T17:08:03Z</dc:date>
    <item>
      <title>Query task- What is best way to display field aliases in feature data grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-what-is-best-way-to-display-field/m-p/233229#M5992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to know how to bind the field aliases to feature data grid while displaying the result of query task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Requirement: Display the result of query task in feature data grid with data grid headers as field aliases. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Current approach: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looping through all graphics/features and adding alias name and its value to feature attributes.&amp;nbsp; I see that featureSet has a FieldAliases property but featureSet.features are bound to datagrid not the whole feature set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any suggestions please share it with me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rahul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 10:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-what-is-best-way-to-display-field/m-p/233229#M5992</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2013-02-19T10:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Query task- What is best way to display field aliases in feature data grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-what-is-best-way-to-display-field/m-p/233230#M5993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try adding the aliases to the feature class in the mxd before you published it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 17:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-what-is-best-way-to-display-field/m-p/233230#M5993</guid>
      <dc:creator>ChrisBradberry</dc:creator>
      <dc:date>2013-02-19T17:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Query task- What is best way to display field aliases in feature data grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-what-is-best-way-to-display-field/m-p/233231#M5994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Aliases are present in the mxd. My issue is if I have to show the aliases in feature datagrid I have to loop through the graphic and have add additional key value pair-alias (key) and its value. Since I have to loop and add this to individual graphic process takes some time. I am looking for better way to achieve this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rahul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 02:35:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-what-is-best-way-to-display-field/m-p/233231#M5994</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2013-02-20T02:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Query task- What is best way to display field aliases in feature data grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-what-is-best-way-to-display-field/m-p/233232#M5995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever find a way to accomplish this task?&amp;nbsp; I am attempting to accomplish a similar task of returning alias names in a query especially when I have a join within the map document.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 16:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-what-is-best-way-to-display-field/m-p/233232#M5995</guid>
      <dc:creator>BobWheeler</dc:creator>
      <dc:date>2013-10-18T16:36:40Z</dc:date>
    </item>
  </channel>
</rss>

