<?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>Pre select  the selectable inline grid</title><link>https://community.appian.com/discussions/f/user-interface/9103/pre-select-the-selectable-inline-grid</link><description>Hi All, I have an selectable inline editable grid in screen 1 where I select few values and also I have another screen 2 which has the same grid but I wanted the grid in the screen 2 will be Pre selected with all the values that are selected in screen</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Pre select  the selectable inline grid</title><link>https://community.appian.com/thread/40687?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2016 00:21:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db6cc9f9-27a2-4c7a-964e-3ccbba85f08d</guid><dc:creator>RajHasti</dc:creator><description>Thanks all..&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pre select  the selectable inline grid</title><link>https://community.appian.com/thread/40622?ContentTypeID=1</link><pubDate>Tue, 20 Dec 2016 19:18:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cccb6c44-ec91-435e-9593-a525754941f1</guid><dc:creator>davidm403</dc:creator><description>Hi RajHasti,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m assuming that the grid on screen 1 (GridA) and the grid on screen 2 (GridB) both hold the same data. If that&amp;#39;s incorrect, please let me know.&lt;br /&gt;&lt;br /&gt;In order to pre-select your chosen rows in GridB, you should save the selection from GridA via the SelectionSaveInto parameter, then carry that selection over to GridB on the next form, passing it into the initial calculation of GridB&amp;#39;s SelectionValue parameter.&lt;br /&gt;&lt;br /&gt;For example, I&amp;#39;d have your forms setup like so:&lt;br /&gt;&lt;br /&gt;&amp;quot;Screen 1&amp;quot;&lt;br /&gt;&amp;quot;Rule Inputs&amp;quot; : ri!gridSelection /* Pass this to Screen 2 when the form submits */&lt;br /&gt;&amp;quot;Code&amp;quot;:&lt;br /&gt;  a!gridLayout(&lt;br /&gt;    data: {...},&lt;br /&gt;    selectionValue: ri!gridSelection,&lt;br /&gt;    selectionSaveInto: ri!gridSelection&lt;br /&gt;  )&lt;br /&gt;&lt;br /&gt;&amp;quot;Screen 2&amp;quot;&lt;br /&gt;&amp;quot;Rule Inputs&amp;quot; : ri!gridSelection /* Selection value from Screen 1 */&lt;br /&gt;&amp;quot;Code&amp;quot;:&lt;br /&gt;  a!gridLayout(&lt;br /&gt;    data: {...},&lt;br /&gt;    selectionValue: ri!gridSelection,&lt;br /&gt;    selectionSaveInto: ri!gridSelection&lt;br /&gt;  )&lt;br /&gt;&lt;br /&gt;If this doesn&amp;#39;t answer your question, please feel free to let me know!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pre select  the selectable inline grid</title><link>https://community.appian.com/thread/40621?ContentTypeID=1</link><pubDate>Tue, 20 Dec 2016 19:14:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ac8c6cbc-a9c9-4486-a7ac-eb19032fbd2c</guid><dc:creator>marky</dc:creator><description>save the gridSelection.selected on page 1 into an ri/ac/pv variable, and in the load() of the second screen, declare the gridSelection.selected with the selected value saved from screen 1.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pre select  the selectable inline grid</title><link>https://community.appian.com/thread/40618?ContentTypeID=1</link><pubDate>Tue, 20 Dec 2016 19:07:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03e571b9-9f0c-4438-9151-231ff189314d</guid><dc:creator>reginaldm377</dc:creator><description>Trying to gather more information here, but is there possibly any unique identifiers that match between your grids in screen 1 and screen 2 that you could use? &lt;br /&gt;&lt;br /&gt;I was thinking you could just pass over IDs of what you selected from screen 1 to screen 2 &amp;amp; have logic in your gridSelection (possibly) to auto-select these.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>