<?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: select in attribute table widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754872#M22691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to click on the feature on the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2013 12:00:43 GMT</pubDate>
    <dc:creator>PeterHoffman</dc:creator>
    <dc:date>2013-01-08T12:00:43Z</dc:date>
    <item>
      <title>select in attribute table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754870#M22689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I cannot seem to get a select feature to work in the new attribute table widget. I can get the attributes to appear in the table and edit them but I cannot select on the map. Am I missing something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 17:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754870#M22689</guid>
      <dc:creator>PeterHoffman</dc:creator>
      <dc:date>2013-01-07T17:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: select in attribute table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754871#M22690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Peter,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you trying to select feature(s) by clicking on a row in the Attribute Table component or you want to click on the feature on the map, thereby selecting it and highlighting the same in the component?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 21:15:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754871#M22690</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2013-01-07T21:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: select in attribute table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754872#M22691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to click on the feature on the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 12:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754872#M22691</guid>
      <dc:creator>PeterHoffman</dc:creator>
      <dc:date>2013-01-08T12:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: select in attribute table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754873#M22692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The AttributeTable component is implemented in a way that it reacts to selection on the feature layer. The feature(s) need to be explicitly selected as there is no such behavior built into the Viewer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/FeatureLayer.html#selectFeatures()"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/FeatureLayer.html#selectFeatures()&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can look at this api sample as well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/AttributeTable/01nq00000089000000/"&gt;http://resources.arcgis.com/en/help/flex-api/samples/index.html#/AttributeTable/01nq00000089000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 15:35:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754873#M22692</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2013-01-08T15:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: select in attribute table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754874#M22693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In other words I would have to modify the code to allow selection of the feature?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 16:19:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754874#M22693</guid>
      <dc:creator>PeterHoffman</dc:creator>
      <dc:date>2013-01-08T16:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: select in attribute table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754875#M22694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's another way, where if you have the Edit widget open alongside, it gives the capability of clicking on a feature and selecting it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 17:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754875#M22694</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2013-01-08T17:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: select in attribute table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754876#M22695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not want to use the edit widget as it allows moving the selected feature, I just want to edit the attributes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 11:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754876#M22695</guid>
      <dc:creator>PeterHoffman</dc:creator>
      <dc:date>2013-01-09T11:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: select in attribute table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754877#M22696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can set &amp;lt;updategeometry&amp;gt; to false in Edit widget's config:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;!-- If compiling this widget, make sure to add -keep-all-type-selectors=true to your compiler arguments in the FB project properties. --&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;createoptions&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;polygondrawtools&amp;gt;polygon,freehandpolygon,extent,autocomplete&amp;lt;/polygondrawtools&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;polylinedrawtools&amp;gt;polyline,freehandpolyline,line&amp;lt;/polylinedrawtools&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/createoptions&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;addfeatures&amp;gt;true&amp;lt;/addfeatures&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;deletefeatures&amp;gt;true&amp;lt;/deletefeatures&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;toolbarvisible&amp;gt;true&amp;lt;/toolbarvisible&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;toolbarcutvisible&amp;gt;false&amp;lt;/toolbarcutvisible&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;toolbarmergevisible&amp;gt;false&amp;lt;/toolbarmergevisible&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;toolbarreshapevisible&amp;gt;false&amp;lt;/toolbarreshapevisible&amp;gt;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;updategeometry&amp;gt;false&amp;lt;/updategeometry&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;updateattributes&amp;gt;true&amp;lt;/updateattributes&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;/configuration&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754877#M22696</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2021-12-12T16:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: select in attribute table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754878#M22697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have another thread for this issue in the edit widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I need is to set this layer specific. I want to limit editing one layer just to attributes. I have other layers that I need full editing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 15:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754878#M22697</guid>
      <dc:creator>PeterHoffman</dc:creator>
      <dc:date>2013-01-09T15:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: select in attribute table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754879#M22698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right now there isn't a way to do that per layer. Its all or none as it applies to the Editor component.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only solution that I can think of right now is that if you are using a 10.1 service, you can publish it in a way where geometry updates are disabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000393000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000393000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 16:44:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/select-in-attribute-table-widget/m-p/754879#M22698</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2013-01-09T16:44:52Z</dc:date>
    </item>
  </channel>
</rss>

