<?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>Is it possible to select all the rows(from all the pages) in a paging grid using SAIL?</title><link>https://community.appian.com/discussions/f/user-interface/10849/is-it-possible-to-select-all-the-rows-from-all-the-pages-in-a-paging-grid-using-sail</link><description>Need a way to select all the rows in a paging grid and display the selection in the grid(a check against all the rows on all the pages).</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is it possible to select all the rows(from all the pages) in a paging grid using SAIL?</title><link>https://community.appian.com/thread/47461?ContentTypeID=1</link><pubDate>Wed, 09 Aug 2017 09:42:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f354e571-fe6d-498b-a5b6-e2b2d59612fe</guid><dc:creator>Shivam Gupta</dc:creator><description>&lt;p&gt;Yes it can be possible, but you have to build that feature by your own as Appian don&amp;#39;t provide that functionality&lt;br /&gt; &lt;br /&gt; you can create a dynamic link on click of which all rows will be selected &lt;br /&gt; once you click on that link it should save all the unique identifiers of the cdt data that you are displaying (primary key generally)&lt;br /&gt; create one expression rule and query only the unique identifier for that CDT, from this rule you will receive a list of all the unique identifiers of the cdt structure that you have created(don&amp;#39;t forgot to parse all the identifiers using tointerger() function {generally all the primary keys will be autogenerate numbers only})&lt;br /&gt; &lt;br /&gt; So, when you click that link &lt;br /&gt; a!save(&lt;br /&gt; local!selected,&lt;br /&gt; rule!nameofexpressionrule()&lt;br /&gt; )&lt;br /&gt; &lt;br /&gt; Here local!selected is the variable that is keeping values of the rows which are selected or not &lt;br /&gt; &lt;br /&gt; Hope this will work for you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to select all the rows(from all the pages) in a paging grid using SAIL?</title><link>https://community.appian.com/thread/47421?ContentTypeID=1</link><pubDate>Tue, 08 Aug 2017 12:51:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f96981a-c289-4d92-a4f6-bb3e07da1e17</guid><dc:creator>sravanis</dc:creator><description>Hi sindhus,&lt;br /&gt;
&lt;br /&gt;
Please check in the below link, It may helpful to you.&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/17.2/recipe_select_rows_in_a_grid.html"&gt;docs.appian.com/.../recipe_select_rows_in_a_grid.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to select all the rows(from all the pages) in a paging grid using SAIL?</title><link>https://community.appian.com/thread/47418?ContentTypeID=1</link><pubDate>Tue, 08 Aug 2017 12:45:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b2aedef-b3fb-4173-aa46-619a79cbfd60</guid><dc:creator>Alok Patro</dc:creator><description>You have feature to select all the rows in a particular page by just checking the check box besides the header row.&lt;br /&gt;
And even if you navigate between pages after the selection , once you are back to the page where you have selected all the rows the selection is preserved.&lt;br /&gt;
&lt;br /&gt;
Further to that, if you need all the rows you can use the rule calling the query entity/query rule to do that.&lt;br /&gt;
&lt;br /&gt;
Hope it make sense to you .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>