<?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: Editable Datagrid in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552324#M51503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where do you set the "editable="true"" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it like this : &amp;lt;th field="field1" editable="true"&amp;gt;FIELD1&amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I fot the information from &lt;/SPAN&gt;&lt;A href="http://dojotoolkit.org/reference-guide/1.7/dojox/grid/DataGrid.html"&gt;http://dojotoolkit.org/reference-guide/1.7/dojox/grid/DataGrid.html&lt;/A&gt;&lt;SPAN&gt; but has no idea on how to implement it&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2012 03:48:38 GMT</pubDate>
    <dc:creator>HaniuHokkaido</dc:creator>
    <dc:date>2012-03-26T03:48:38Z</dc:date>
    <item>
      <title>Editable Datagrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552322#M51501</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 found an app here : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/find/find_map_datagrid.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/find/find_map_datagrid.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you make the datagrid on this app editable ? Any sample on editing datagrid ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need guidance &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 05:51:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552322#M51501</guid>
      <dc:creator>HaniuHokkaido</dc:creator>
      <dc:date>2012-02-17T05:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Datagrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552323#M51502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I found an app here : &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/find/find_map_datagrid.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/find/find_map_datagrid.html&lt;/A&gt;&lt;BR /&gt;How do you make the datagrid on this app editable ? Any sample on editing datagrid ?&lt;BR /&gt;&lt;BR /&gt;I need guidance &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, change the data store from ItemFileReadStore to ItemFileWriteStore. Also make the field (or cell) editable - editable ="true". If you want the data changed in Database, you also need to make the layer as a featurelayer to allow data editing such that you could use applyEdits...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 19:18:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552323#M51502</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2012-03-01T19:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Datagrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552324#M51503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where do you set the "editable="true"" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it like this : &amp;lt;th field="field1" editable="true"&amp;gt;FIELD1&amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I fot the information from &lt;/SPAN&gt;&lt;A href="http://dojotoolkit.org/reference-guide/1.7/dojox/grid/DataGrid.html"&gt;http://dojotoolkit.org/reference-guide/1.7/dojox/grid/DataGrid.html&lt;/A&gt;&lt;SPAN&gt; but has no idea on how to implement it&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 03:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552324#M51503</guid>
      <dc:creator>HaniuHokkaido</dc:creator>
      <dc:date>2012-03-26T03:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Datagrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552325#M51504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the grid is editable now, but how do you save the edit ? I already have a feature server, but after I edit the grid the changes is not recorded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 07:46:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552325#M51504</guid>
      <dc:creator>HaniuHokkaido</dc:creator>
      <dc:date>2012-03-26T07:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Datagrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552326#M51505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you find a solution to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 20:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editable-datagrid/m-p/552326#M51505</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2015-10-08T20:03:16Z</dc:date>
    </item>
  </channel>
</rss>

