<?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>Auto select Read only grid</title><link>https://community.appian.com/discussions/f/user-interface/19500/auto-select-read-only-grid</link><description>Hi , 
 I want to auto select a grid row on click of modify link. Currently , I have saved the row identifier in the a!save of the modify link, The row is selected automatically on click of link , but the RI that stores grid value is not populated. How</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Auto select Read only grid</title><link>https://community.appian.com/thread/76256?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2020 13:26:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:292d03c5-b32f-4005-89c4-9f1f964a3e48</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;It looks to me that you aren&amp;#39;t saving the correct information. Your a!save() that updates the rule input has the value of local!link; however, you&amp;#39;re saving the text &amp;quot;edit&amp;quot; into local!link above. Should you instead save the value of local!select instead? (If you do, you will need to change the order to ensure the save into the rule input occurs after the save to local!select.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>