<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Selection Grid 17.1</title><link>https://community.appian.com/discussions/f/general/10303/selection-grid-17-1</link><description>Select all in 17.1 Grid is not retaining the selection if navigated to next page and select all again. But retained the selection if selected individually in different page. Is that know issue or designed this way</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Selection Grid 17.1</title><link>https://community.appian.com/thread/45509?ContentTypeID=1</link><pubDate>Thu, 18 May 2017 04:15:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ced89d75-bf79-461c-a5b0-0bc572cbdacb</guid><dc:creator>vijayana</dc:creator><description>Thanks Josh. It helps&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Selection Grid 17.1</title><link>https://community.appian.com/thread/45508?ContentTypeID=1</link><pubDate>Thu, 18 May 2017 04:14:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f2e69208-1f81-4b37-87f6-f55708ba975c</guid><dc:creator>vijayana</dc:creator><description>This will work in sail  studio not in the tempo if your not on the hotfix package D(AN-78897 - High) as mentioned by Josh. I am not still in Hotfix package D and select all is an issue in tempo.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Selection Grid 17.1</title><link>https://community.appian.com/thread/45480?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 18:06:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8634131-5dfd-468a-be90-b0e6b2b4483f</guid><dc:creator>Josh</dc:creator><description>&lt;p&gt;What hotfix are you on? &lt;a href="https://docs.appian.com/suite/help/17.1/Hotfixes.html"&gt;docs.appian.com/.../Hotfixes.html&lt;/a&gt; indicates there was a problem (AN-78897) on 17.1 but was fixed with hotfix D.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Selection Grid 17.1</title><link>https://community.appian.com/thread/45477?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 17:42:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd481b0c-9c93-45b0-b208-134b4f5e0cca</guid><dc:creator>gianninol</dc:creator><description>I tested this out with the following code and it behaved how I expected. I selected all, went to the next page, and selected all again and both selections were saved correctly. Are you sure the saveInto logic is sound?&lt;br /&gt;
&lt;br /&gt;
load(&lt;br /&gt;
  local!gridSelection: a!gridSelection(&lt;br /&gt;
    pagingInfo: topaginginfo(1, 10),&lt;br /&gt;
    selected: {}&lt;br /&gt;
  ),&lt;br /&gt;
  {&lt;br /&gt;
    a!textField(&lt;br /&gt;
      label: &amp;quot;local!gridSelection&amp;quot;,&lt;br /&gt;
      value: local!gridSelection,&lt;br /&gt;
      readOnly: true&lt;br /&gt;
    ),&lt;br /&gt;
    a!gridField(&lt;br /&gt;
      label: &amp;quot;Test Grid&amp;quot;,&lt;br /&gt;
      columns: {&lt;br /&gt;
        a!gridTextColumn(&lt;br /&gt;
          label: &amp;quot;Col1&amp;quot;,&lt;br /&gt;
          data: todatasubset(&lt;br /&gt;
            enumerate(30),&lt;br /&gt;
            local!gridSelection.pagingInfo&lt;br /&gt;
          ).data&lt;br /&gt;
        )&lt;br /&gt;
      },&lt;br /&gt;
      identifiers: todatasubset(&lt;br /&gt;
        enumerate(30),&lt;br /&gt;
        local!gridSelection.pagingInfo&lt;br /&gt;
      ).data,&lt;br /&gt;
      value: local!gridSelection,&lt;br /&gt;
      saveInto: local!gridSelection,&lt;br /&gt;
      totalCount: 30,&lt;br /&gt;
      selection: true&lt;br /&gt;
    )&lt;br /&gt;
  }&lt;br /&gt;
)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>