<?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 DataGrid automatic refresh in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237904#M22134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am developing an application where the feature layer is dynamic and refreshes every 5 seconds.&amp;nbsp; I would like for the DataGrid that is in the application to refresh at the same time interval so that we can show speed in the DataGrid and have it accurate along with the vehicle pop-up.&amp;nbsp; Is there a way to do this, or is that not a supported function for the DataGrid yet?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2014 14:13:01 GMT</pubDate>
    <dc:creator>MichelleRogers1</dc:creator>
    <dc:date>2014-02-05T14:13:01Z</dc:date>
    <item>
      <title>DataGrid automatic refresh</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237904#M22134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am developing an application where the feature layer is dynamic and refreshes every 5 seconds.&amp;nbsp; I would like for the DataGrid that is in the application to refresh at the same time interval so that we can show speed in the DataGrid and have it accurate along with the vehicle pop-up.&amp;nbsp; Is there a way to do this, or is that not a supported function for the DataGrid yet?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 14:13:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237904#M22134</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-02-05T14:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: DataGrid automatic refresh</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237905#M22135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Absolutely!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For this task, I would highly recommend using dgrid over dojox.datagrid. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Depending on your data source, you have several options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dgrid (OnDemandGrid) with a standard Memory store. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Refresh the grid when your featureLayer update event fires --- myGrid.refresh();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dgrid (OnDemandGrid) with a JsonRest store. Automatically updates depending on your external JSON data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dojotoolkit.org/reference-guide/1.9/dojo/store/JsonRest.html"&gt;http://dojotoolkit.org/reference-guide/1.9/dojo/store/JsonRest.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dojofoundation.org/packages/dgrid/tutorials/grids_and_stores/"&gt;http://dojofoundation.org/packages/dgrid/tutorials/grids_and_stores/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/SitePen/dgrid/wiki/OnDemandList-and-OnDemandGrid"&gt;https://github.com/SitePen/dgrid/wiki/OnDemandList-and-OnDemandGrid&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These are only two of the many options available to you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At the end of the day, it depends on what you feel comfortable with.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 17:33:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237905#M22135</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-02-05T17:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: DataGrid automatic refresh</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237906#M22136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Absolutely!&lt;BR /&gt;&lt;BR /&gt;For this task, I would highly recommend using dgrid over dojox.datagrid. &lt;BR /&gt;&lt;BR /&gt;Depending on your data source, you have several options:&lt;BR /&gt;&lt;BR /&gt;dgrid (OnDemandGrid) with a standard Memory store. &lt;BR /&gt;&lt;BR /&gt;Refresh the grid when your featureLayer update event fires --- myGrid.refresh();&lt;BR /&gt;&lt;BR /&gt;dgrid (OnDemandGrid) with a JsonRest store. Automatically updates depending on your external JSON data. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dojotoolkit.org/reference-guide/1.9/dojo/store/JsonRest.html"&gt;http://dojotoolkit.org/reference-guide/1.9/dojo/store/JsonRest.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dojofoundation.org/packages/dgrid/tutorials/grids_and_stores/"&gt;http://dojofoundation.org/packages/dgrid/tutorials/grids_and_stores/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/SitePen/dgrid/wiki/OnDemandList-and-OnDemandGrid"&gt;https://github.com/SitePen/dgrid/wiki/OnDemandList-and-OnDemandGrid&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;These are only two of the many options available to you. &lt;BR /&gt;At the end of the day, it depends on what you feel comfortable with.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jonathan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am attempting to insert the dgrid into the existing application instead of the dojox DataGrid.&amp;nbsp; Right now, when I go to the webpage, it shows everything but the basemap, and the contents of the dgrid.&amp;nbsp; It shows the headers, but not the data.&amp;nbsp; I posted it to jsfiddle, but I must be doing something wrong, because it doesn't even give me that in the result box.&amp;nbsp; This is the first time I have used jsfiddle.&amp;nbsp; The link for the jsfiddle is: &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/mrogers83/49LBL/9/"&gt;http://jsfiddle.net/mrogers83/49LBL/9/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help you can give me to get this working, and refreshing automatically is very much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michelle&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 19:43:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237906#M22136</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-02-06T19:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: DataGrid automatic refresh</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237907#M22137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was trying to attach a screen shot of what is happening on the client side of the webpage that I can get to work more than the jsfiddle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is that screenshot:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31199[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 19:44:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237907#M22137</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-02-06T19:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: DataGrid automatic refresh</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237908#M22138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michelle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever get this to work? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 15:38:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/datagrid-automatic-refresh/m-p/237908#M22138</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-11-13T15:38:04Z</dc:date>
    </item>
  </channel>
</rss>

