<?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: using gridx or dgrid in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gridx-or-dgrid/m-p/216895#M20142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/3856"&gt;Ken Buja&lt;/A&gt;!&amp;nbsp; I did not realize dgrid was already included and a sample created...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 16:04:46 GMT</pubDate>
    <dc:creator>JeffreySchmidt</dc:creator>
    <dc:date>2014-10-28T16:04:46Z</dc:date>
    <item>
      <title>using gridx or dgrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gridx-or-dgrid/m-p/216893#M20140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully this is straightforward and easy to answer... I want to start using grids in my mapping applications.&amp;nbsp; Up to this point, I have only ever needed to reference the arcgis api for JavaScript...&amp;nbsp; but now I need a need another package... gridx or dgrid... and that has me confused...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how to reference the ArcGIS api via http, in addition to, the dgrid or gridx components placed in the root folder of my app.... &lt;STRONG&gt;I think i need to reference the local files in dojoConfig using packages but I am not sure...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To preface: I know there is dojox grid components I could get to, but dojo is getting away from using dojox as stated on their site... &lt;A href="http://dojotoolkit.org/reference-guide/1.10/index.html"&gt;http://dojotoolkit.org/reference-guide/1.10/index.html&lt;/A&gt;‌ and I want to as well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I really just need help filling in the blanks in my html below... that will get me going... &lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;the red areas are what I think I need, but I dont know how to implement&lt;/STRONG&gt;&lt;/SPAN&gt;... (The actual building of the grid components seems easy to implement... its simply referencing the right sources that is boggling me... even when it is laid out in from of me like: &lt;A href="https://github.com/oria/gridx/wiki/Create-the-Simplest-Gridx"&gt;https://github.com/oria/gridx/wiki/Create-the-Simplest-Gridx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #909090;"&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #909090;"&gt;&amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #909090;"&gt;&lt;SPAN&gt;&amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.11/js/dojo/dijit/themes/claro/claro.css" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.11/js/dojo/dijit/themes/claro/claro.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #909090;"&gt;&lt;SPAN&gt;&amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.11/js/esri/css/esri.css" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.11/js/esri/css/esri.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #e23d39;"&gt;&lt;SPAN&gt;&amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.11/js/dojo/dijit/themes/claro/document.css" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.11/js/dojo/dijit/themes/claro/document.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #e23d39;"&gt;&amp;lt;link rel="stylesheet" type="text/css" href="your/path/to/gridx/resources/claro/Gridx.css"&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #909090;"&gt;&amp;lt;link rel="stylesheet" type="text/css" href="mymap.css"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #e23d39;"&gt;&amp;lt;script type="text/javascript"&amp;gt;var dojoConfig = {async: true, packages: [???]};&amp;lt;/script&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #909090;"&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.11" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.11&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #909090;"&gt;&amp;lt;script type="text/javascript" src="mymap.js"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #909090;"&gt;require&lt;/SPAN&gt;&lt;SPAN style="color: #909090;"&gt;&lt;SPAN class="pun" style="line-height: 1.5;"&gt;(["dojo/parser", &lt;/SPAN&gt;&lt;SPAN class="str" style="line-height: 1.5;"&gt;"esri/map"&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;SPAN style="color: #909090;"&gt; &lt;/SPAN&gt;&lt;SPAN class="s2" style="color: #df5000;"&gt;&lt;SPAN style="color: #909090;"&gt;"dojo/store/Memory",&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #e23d39;"&gt;"gridx/core/model/cache/Sync", &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;SPAN style="color: #e23d39;"&gt;"gridx/Grid"&lt;/SPAN&gt;,&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="str" style="color: #999999;"&gt;"dojo/domReady!&lt;SPAN style="color: #909090;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #909090;"&gt;&lt;SPAN class="pun" style="line-height: 1.5;"&gt;],&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #909090;"&gt;&lt;SPAN class="kwd" style="line-height: 1.5;"&gt;function&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5;"&gt;(parser, &lt;/SPAN&gt;&lt;SPAN class="typ" style="line-height: 1.5;"&gt;Map, Memory, &lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;&lt;SPAN class="nx"&gt;Cache&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="nx"&gt;Grid&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5;"&gt;{&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #909090;"&gt;&lt;SPAN class="pln" style="line-height: 1.5;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="com" style="line-height: 1.5;"&gt;//parser.parse(); //for &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #909090;"&gt;declarative widgets&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #909090;"&gt;//the rest of the map code...&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #909090;"&gt;&lt;SPAN class="com" style="line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #909090;"&gt;&lt;SPAN class="pln" style="line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5;"&gt;});&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="line-height: 1.5; color: #909090;"&gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #909090;"&gt;&amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #909090;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #909090;"&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 15:38:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gridx-or-dgrid/m-p/216893#M20140</guid>
      <dc:creator>JeffreySchmidt</dc:creator>
      <dc:date>2014-10-28T15:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: using gridx or dgrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gridx-or-dgrid/m-p/216894#M20141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This &lt;A href="https://developers.arcgis.com/javascript/jssamples/fl_dgrid.html"&gt;sample&lt;/A&gt; shows the style sheets that are required when using a dGrid. It doesn't require any extra packages, since dGrid is included in the JavaScript API (see the &lt;A href="https://developers.arcgis.com/javascript/jshelp/whats_new.html"&gt;What's New&lt;/A&gt; page to see which version of dGrid is included with the API version).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 15:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gridx-or-dgrid/m-p/216894#M20141</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-10-28T15:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: using gridx or dgrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gridx-or-dgrid/m-p/216895#M20142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/3856"&gt;Ken Buja&lt;/A&gt;!&amp;nbsp; I did not realize dgrid was already included and a sample created...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 16:04:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gridx-or-dgrid/m-p/216895#M20142</guid>
      <dc:creator>JeffreySchmidt</dc:creator>
      <dc:date>2014-10-28T16:04:46Z</dc:date>
    </item>
  </channel>
</rss>

