<?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>editable grid</title><link>https://community.appian.com/discussions/f/user-interface/24262/editable-grid</link><description>Hi, 
 My requirement is to, Enable the particular row( Remarks, start and end date) columns for just the selected grid row item(goal) . I am storing just the index of the selected items in the local variable. On click of the save button only they get</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: editable grid</title><link>https://community.appian.com/thread/93578?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 13:34:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:861a0e43-73be-478c-8978-0948d024c3e6</guid><dc:creator>swethai0002</dc:creator><description>&lt;p&gt;Hey Peter, Thank you it worked meanwhile I tried&amp;nbsp; -if(a!isNotNullOrEmpty(wherecontains(fv!index,{local!selectedFunctionalGoals})),false,true),&lt;/p&gt;
&lt;p&gt;works.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: editable grid</title><link>https://community.appian.com/thread/93577?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 13:25:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1129fca-2ccc-47b7-920e-ff339df35fe6</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;I think your &amp;quot;disabled&amp;quot; expression is overcomplicating it - I replaced line 72 with the following and it worked for me:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;disabled: contains(local!selectedFunctionalGoals, fv!index)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>