<?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>After editing and submitting the one row the other row is not editing and selecting in interface</title><link>https://community.appian.com/discussions/f/user-interface/28002/after-editing-and-submitting-the-one-row-the-other-row-is-not-editing-and-selecting-in-interface</link><description>Hi, 
 when i edited one row data and submitted after that second row is not getting selected means after selecting first row the local variables selected row and selected row index has the value 1 after submitting it it was nullified when i am selecting</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: After editing and submitting the one row the other row is not editing and selecting in interface</title><link>https://community.appian.com/thread/109018?ContentTypeID=1</link><pubDate>Wed, 08 Mar 2023 14:22:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9c722406-3022-4987-ae24-8d8c5ba36d01</guid><dc:creator>dharanik2600</dc:creator><description>&lt;p&gt;Hi Naresh,&lt;/p&gt;
&lt;p&gt;Thank you for the links will go through it thank you for the information&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: After editing and submitting the one row the other row is not editing and selecting in interface</title><link>https://community.appian.com/thread/108984?ContentTypeID=1</link><pubDate>Wed, 08 Mar 2023 03:47:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:66122218-c2ab-4427-af08-07acfd4c685b</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;Hi, Review Appian recipes here which help your scenario.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/23.1/recipe-add-edit-and-remove-data-in-an-inline-editable-grid.html"&gt;https://docs.appian.com/suite/help/23.1/recipe-add-edit-and-remove-data-in-an-inline-editable-grid.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.1/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html"&gt;https://docs.appian.com/suite/help/23.1/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: After editing and submitting the one row the other row is not editing and selecting in interface</title><link>https://community.appian.com/thread/108983?ContentTypeID=1</link><pubDate>Wed, 08 Mar 2023 03:35:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:690b49a5-abbc-4d44-ae2d-e271e1d49c17</guid><dc:creator>Vaithyanathan Raju</dc:creator><description>&lt;p&gt;Hi Dharani -&amp;nbsp;If&amp;nbsp;the data is not&amp;nbsp;saving in the&amp;nbsp;&lt;span&gt;editAssetIndex Can you try to append and remove the data that is selected/deselected?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: After editing and submitting the one row the other row is not editing and selecting in interface</title><link>https://community.appian.com/thread/108939?ContentTypeID=1</link><pubDate>Tue, 07 Mar 2023 09:42:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a61d7a6-41f1-4a07-8d12-97c0b43e1729</guid><dc:creator>dharanik2600</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;thank you for update please find the code below&lt;/p&gt;
&lt;p&gt;selectionValue: local!selectedAssetindex,&lt;br /&gt; selectionSaveInto: { &lt;br /&gt; a!save(local!selectedAssetindex,save!value),&lt;br /&gt; a!save(local!selectedAssetindex_temp,save!value),&lt;br /&gt; a!save(&lt;br /&gt; local!selectedAssetindex,&lt;br /&gt; index(&lt;br /&gt; save!value,&lt;br /&gt; length(&lt;br /&gt; save!value&lt;br /&gt; ),&lt;br /&gt; null&lt;br /&gt; )&lt;br /&gt; ), &lt;br /&gt; a!save(&lt;br /&gt; local!selectedAssetindex_temp,&lt;br /&gt; index(&lt;br /&gt; save!value,&lt;br /&gt; length(&lt;br /&gt; save!value&lt;br /&gt; ),&lt;br /&gt; null&lt;br /&gt; )&lt;br /&gt; ),&lt;br /&gt; a!save(&lt;br /&gt; local!editAsset_cdt,&lt;br /&gt; index(&lt;br /&gt; local!unassigned_final_request_asset_list,&lt;br /&gt; local!selectedAssetindex,&lt;br /&gt; null&lt;br /&gt; )&lt;br /&gt; ),&lt;br /&gt; a!save(local!editAssetIndex,wherecontains(local!editAsset_cdt.concat_id,ri!requestAssets_cdt.concat_id)),&lt;br /&gt; a!save(ri!lockNavNext_bool,true)&lt;br /&gt; },&lt;br /&gt; selectable: true,&lt;br /&gt; selectionStyle: &amp;quot;ROW_HIGHLIGHT&amp;quot;&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; width: if(&lt;br /&gt; local!expanded_bool,&lt;br /&gt; null,&lt;br /&gt; &amp;quot;NARROW_PLUS&amp;quot;&lt;br /&gt; )&lt;br /&gt; ),&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: After editing and submitting the one row the other row is not editing and selecting in interface</title><link>https://community.appian.com/thread/108938?ContentTypeID=1</link><pubDate>Tue, 07 Mar 2023 09:35:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:66dbff62-43db-40ae-953c-1aaf0ea40a65</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;Would be more helpful to figure out the issue here, if you can insert your code you are passing in selection&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>