<?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: edit attributes from datagrid - no map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395823#M36488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have to set the editable property to true for the cells you want to edit. You can find more info here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dojotoolkit.org/reference-guide/dojox/grid/example_Editing_data.html"&gt;http://dojotoolkit.org/reference-guide/dojox/grid/example_Editing_data.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 14:42:57 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2012-02-16T14:42:57Z</dc:date>
    <item>
      <title>edit attributes from datagrid - no map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395822#M36487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i've seen a few posts about editing feature attributes from within a datagrid (no map). i'm attempting to create a strictly attribute query/edit/update web page to give data managers the option to query features based on dynamically created query.where clauses which are set based on form entries/selections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the following post give some good advice:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/41785-DataGrid-field-update-and-styling"&gt;http://forums.arcgis.com/threads/41785-DataGrid-field-update-and-styling&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i understand the theory of getting data into a grid and styling it, and i think i get how the update function works using the ItemFileWriteStore.setValue(item, columnName, value) function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;however, i am missing the part how to enable the grid to be edited, that is how do i allow user to click in grid cell and accept/capture the typing event and new text? the data grids i've see thus far are clickable with events to zoom, but can't enter new text into a cell... that's the part i need help with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for any comments or resource suggestions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 13:57:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395822#M36487</guid>
      <dc:creator>JaredAllen</dc:creator>
      <dc:date>2012-02-16T13:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: edit attributes from datagrid - no map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395823#M36488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have to set the editable property to true for the cells you want to edit. You can find more info here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dojotoolkit.org/reference-guide/dojox/grid/example_Editing_data.html"&gt;http://dojotoolkit.org/reference-guide/dojox/grid/example_Editing_data.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 14:42:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395823#M36488</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2012-02-16T14:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: edit attributes from datagrid - no map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395824#M36489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jared,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The link that Kelly provided is a good starting point.&amp;nbsp; Spend some time googling "dojo.data.ItemFileWriteStore" and reading as much as you can about it.&amp;nbsp; There are many examples of how it works.&amp;nbsp; I use dojo.data.ItemFileWriteStore a lot to allow clients to enter/update attributes in a tabular grid format.&amp;nbsp; These attributes are then associated with map graphics (essentially assigning a Lat/Long coordinate to each row in the grid).&amp;nbsp; I then pass these map graphics to a geoprocessing service, which appends the data to an underlying geodatabase feature class.&amp;nbsp; Essentially, it allows the end-user to "append" data in bulk.&amp;nbsp; Rather than editing one feature at a time like some of the ESRI samples show, a user can populate 20 or 30 or more records in one pass.&amp;nbsp; What you are trying to do could be easily implemented with the "dojo.data.ItemFileWriteStore."&amp;nbsp; You could also just use individual controls like "dijit.form.TextBox" or "dijit.form.FilteringSelect" and then string together their values into a query.where statement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 17:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395824#M36489</guid>
      <dc:creator>KenMorefield</dc:creator>
      <dc:date>2012-02-16T17:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: edit attributes from datagrid - no map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395825#M36490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you for the help so far. here's a link to the initial data grid which i've enabled: &lt;/SPAN&gt;&lt;A href="http://ags.northwindgrp.com/itd-mobile/manage.htm"&gt;http://ags.northwindgrp.com/itd-mobile/manage.htm&lt;/A&gt;&lt;SPAN&gt; (the first two dataset options are wired up, the others are placeholders).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i will review the dojo.data.ItemFileWriteStore function and see where i get.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;preemptively, though, i will want the values to honor any coded value domains... any thoughts as to whether that is possible using the dojo grid?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 18:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395825#M36490</guid>
      <dc:creator>JaredAllen</dc:creator>
      <dc:date>2012-02-16T18:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: edit attributes from datagrid - no map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395826#M36491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any samples on editing datagrid in web app (the datagrid is linked with the map) ?&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 06:14:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395826#M36491</guid>
      <dc:creator>HaniuHokkaido</dc:creator>
      <dc:date>2012-02-17T06:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: edit attributes from datagrid - no map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395827#M36492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to edit attributes value of a feature service in ArcGIS online. Currently, I am using &lt;A href="https://github.com/Esri/ArcREST"&gt;ArcREST &lt;/A&gt;to update the table in ArcGIS online each record at time. Is there a way to update a bunch of records at once? Please share the information. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 20:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395827#M36492</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2015-10-08T20:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: edit attributes from datagrid - no map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395828#M36493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Kelly,&lt;/P&gt;&lt;P&gt;I have a question for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the above link , I have created a grid and made it editable too. For my purpose, I need to take let's say the first row and create parameters out of it and send to a geoprocessing service. What is the best way to access each row and column so I can send it as parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on all the documentation, it looks like dgrid takes the entire dataset and sends it to a server but I don't want to do that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 14:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-attributes-from-datagrid-no-map/m-p/395828#M36493</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2015-10-14T14:28:06Z</dc:date>
    </item>
  </channel>
</rss>

