<?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: Show Find Task results in DataGrid not displaying in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-find-task-results-in-datagrid-not-displaying/m-p/533165#M49716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I played with this a little bit and the first error was that you had "Symbol" in your showResults method instead of "symbol", but the ESRI earthquake service doesn't work the way as expected with the Find Task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/RecentEarthquakesRendered/MapServer" rel="nofollow" target="_blank"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/RecentEarthquakesRendered/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;Warning - lots of guessing ahead&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the Find method in that REST page and you'll see it returns no attribute or geometry results. I'm guessing it's an event layer in the service generated from a table/rss feed and not an actual shapefile/featureclass. Again, I'm guessing the Find Task doesn't pull the data you expect from a service generated this way. However, when I use the Query Task to pull the data, geometry and attributes are returned, so that may be an alternative. Not as robust as the find task, but usable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, in the future you may want to simplify your demo for questions to help narrow down the errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps a little.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2012 15:56:06 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2012-09-10T15:56:06Z</dc:date>
    <item>
      <title>Show Find Task results in DataGrid not displaying</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-find-task-results-in-datagrid-not-displaying/m-p/533164#M49715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to get the Find Task to display the earthquakes in a specific region. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the sample code for the Show Find Task results in a DataGrid:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/find_map_datagrid.html" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/find_map_datagrid.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if there is a conflict between the Identify Task vs. Find Task or if the (results) sequence in the code is not loading properly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a search function on the right side of my map for the Earthquake Region Search... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and here is my jsfiddle.net link to my application:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/UtJDv/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/UtJDv/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any help is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 14:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-find-task-results-in-datagrid-not-displaying/m-p/533164#M49715</guid>
      <dc:creator>DavidMcGill</dc:creator>
      <dc:date>2012-09-10T14:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show Find Task results in DataGrid not displaying</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-find-task-results-in-datagrid-not-displaying/m-p/533165#M49716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I played with this a little bit and the first error was that you had "Symbol" in your showResults method instead of "symbol", but the ESRI earthquake service doesn't work the way as expected with the Find Task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/RecentEarthquakesRendered/MapServer" rel="nofollow" target="_blank"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/RecentEarthquakesRendered/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;Warning - lots of guessing ahead&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the Find method in that REST page and you'll see it returns no attribute or geometry results. I'm guessing it's an event layer in the service generated from a table/rss feed and not an actual shapefile/featureclass. Again, I'm guessing the Find Task doesn't pull the data you expect from a service generated this way. However, when I use the Query Task to pull the data, geometry and attributes are returned, so that may be an alternative. Not as robust as the find task, but usable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, in the future you may want to simplify your demo for questions to help narrow down the errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps a little.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 15:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-find-task-results-in-datagrid-not-displaying/m-p/533165#M49716</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2012-09-10T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show Find Task results in DataGrid not displaying</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-find-task-results-in-datagrid-not-displaying/m-p/533166#M49717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the quick reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I replaced the ESRI sample layers with our Company layers, and everything appears to be working correctly now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 19:26:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-find-task-results-in-datagrid-not-displaying/m-p/533166#M49717</guid>
      <dc:creator>DavidMcGill</dc:creator>
      <dc:date>2012-09-10T19:26:33Z</dc:date>
    </item>
  </channel>
</rss>

