<?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: attribute table - grid - double click in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376094#M10012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Are getting the &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;this.layerInfo&amp;nbsp; (i.e it is not undefined) in your code? If so then you need to use this.layerInfo..setTopLayerVisible(true);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2016 14:07:48 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-08-10T14:07:48Z</dc:date>
    <item>
      <title>attribute table - grid - double click</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376093#M10011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;in _FeatureTable.js int the createTable function I found the following code.&lt;/P&gt;&lt;P&gt;If I 'm using dblclick on a row associated to an hidden layer..I'm trying to add a message that ask if u want to set Visible the hidden layer and then if the end user choose "OK" set it to visible...but I'm not able to set the layer visibility to true...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.own(on(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.grid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ".dgrid-row:dblclick",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lang.hitch(this, function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (this.layerInfo &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.layerInfo.isShowInMap()) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this._zoomToSelected();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; })));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 13:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376093#M10011</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2016-08-10T13:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: attribute table - grid - double click</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376094#M10012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Are getting the &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;this.layerInfo&amp;nbsp; (i.e it is not undefined) in your code? If so then you need to use this.layerInfo..setTopLayerVisible(true);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 14:07:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376094#M10012</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-08-10T14:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: attribute table - grid - double click</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376095#M10013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, your code it works...but the layer is not checked in the layer list widget and nothing happens if I check visibility off or on..&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 14:39:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376095#M10013</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2016-08-10T14:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: attribute table - grid - double click</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376096#M10014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, I'm sorry it works for a topLayer......it happens if I click on a row of a table associated to a sublayer (group Layer)...and I dont know how to manage it...&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 15:06:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376096#M10014</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2016-08-10T15:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: attribute table - grid - double click</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376097#M10015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; It should work for both. The only time I have seen what you are reporting is when I use &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;setTopLayerVisible(true) when the layer is already visible or &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;setTopLayerVisible(false) when the layer is already not visible. For some reason if you try and set the layer to visible when it already is then the LayerList widget gets out of sync and does not work for that layer anymore.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 15:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376097#M10015</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-08-10T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: attribute table - grid - double click</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376098#M10016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, yes, I think it's a bug (&lt;SPAN style="color: #3d3d3d; font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;For some reason if you try and set the layer to visible when it already is then the LayerList widget gets out of sync and does not work for that layer anymore....)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;and then.. if you try to set visible a sublayer...it works and it show the sublayer...but the parent layer it is not selected...&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 14:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/attribute-table-grid-double-click/m-p/376098#M10016</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2016-08-11T14:26:42Z</dc:date>
    </item>
  </channel>
</rss>

