<?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 Loading a grid from a buffer graphics in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/loading-a-grid-from-a-buffer-graphics/m-p/245932#M22752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to buffer a zone, and put the results of that buffer onto a grid. I was able to buffer and do the query, but I cant seem to load the grid with the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/dno2k8np/" title="http://jsfiddle.net/dno2k8np/"&gt;Edit fiddle - JSFiddle&lt;/A&gt;&amp;nbsp; on line 497 is where I call the function to populate the grid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;499 - &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;var data = array.map(feat.features, function(feature) {&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;feat is a variable with the results. doing a console log on the feat.features shows the results, so I know its passing thru. &lt;/P&gt;&lt;P&gt;lines 510,511 is where I set the results onto the grid, but nothing shows up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what I'm doing wrong?&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14303074936412320 jive_text_macro" data-renderedposition="290_8_912_0" jivemacro_uid="_14303074936412320"&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 11:41:16 GMT</pubDate>
    <dc:creator>IbrahimHussein</dc:creator>
    <dc:date>2015-04-29T11:41:16Z</dc:date>
    <item>
      <title>Loading a grid from a buffer graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/loading-a-grid-from-a-buffer-graphics/m-p/245932#M22752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to buffer a zone, and put the results of that buffer onto a grid. I was able to buffer and do the query, but I cant seem to load the grid with the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/dno2k8np/" title="http://jsfiddle.net/dno2k8np/"&gt;Edit fiddle - JSFiddle&lt;/A&gt;&amp;nbsp; on line 497 is where I call the function to populate the grid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;499 - &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;var data = array.map(feat.features, function(feature) {&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;feat is a variable with the results. doing a console log on the feat.features shows the results, so I know its passing thru. &lt;/P&gt;&lt;P&gt;lines 510,511 is where I set the results onto the grid, but nothing shows up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what I'm doing wrong?&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14303074936412320 jive_text_macro" data-renderedposition="290_8_912_0" jivemacro_uid="_14303074936412320"&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 11:41:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/loading-a-grid-from-a-buffer-graphics/m-p/245932#M22752</guid>
      <dc:creator>IbrahimHussein</dc:creator>
      <dc:date>2015-04-29T11:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a grid from a buffer graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/loading-a-grid-from-a-buffer-graphics/m-p/245933#M22753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ibrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you are trying to implement different types of Grids (i.e. "dgrid/OnDemandGrid", "dojox/grid/DataGrid").&amp;nbsp; I would recommend selecting one of these and working with that.&amp;nbsp; &lt;A href="http://jsfiddle.net/watr367c/"&gt;Here &lt;/A&gt;is an example that has the functionality you are looking for using the "dojox/grid/DataGrid" module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 12:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/loading-a-grid-from-a-buffer-graphics/m-p/245933#M22753</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-04-29T12:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a grid from a buffer graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/loading-a-grid-from-a-buffer-graphics/m-p/245934#M22754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ill take a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit - went with the datagrid route and ditched ondemandgrid route. works great, thanks again jake. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 12:59:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/loading-a-grid-from-a-buffer-graphics/m-p/245934#M22754</guid>
      <dc:creator>IbrahimHussein</dc:creator>
      <dc:date>2015-04-29T12:59:09Z</dc:date>
    </item>
  </channel>
</rss>

