<?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>Selecting the whole row at a time</title><link>https://community.appian.com/discussions/f/new-to-appian/22213/selecting-the-whole-row-at-a-time</link><description>Hi everyone, 
 I have a query in a grid layout, where in if a user selects the check box the corresponding whole row should be selected and can then can be deleted. Can anyone please guide me how to achieve this? 
 Thanks, 
 Shubham Yadav</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Selecting the whole row at a time</title><link>https://community.appian.com/thread/87051?ContentTypeID=1</link><pubDate>Mon, 18 Oct 2021 18:27:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bdaeffe1-f3ec-43a9-988c-afe4d54af943</guid><dc:creator>Danny Verb</dc:creator><description>&lt;p&gt;That is correct. On and editable grid you can also choose the selection style to be &amp;#39;ROW_HIGHLIGHT&amp;#39; if you prefer that over the checkbox from a UI perspective.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Selecting the whole row at a time</title><link>https://community.appian.com/thread/87020?ContentTypeID=1</link><pubDate>Sat, 16 Oct 2021 20:15:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d1098191-90c6-4193-9a58-e9f8501c4e19</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I&amp;#39;m unsure what you mean by &amp;quot;whole row&amp;quot; - when you use selection in an Editable Grid the result of selection is to save the value of the provided identifier into whatever target variable you want, and then you can do anything you want with that (such as pressing a button / clicking a link to remove the row from your form by removing that row of data from your CDT array, or if it&amp;#39;s already in the database, slate its primary key ID for row-deletion using a subsequent Delete from DSE node).&amp;nbsp; The official &lt;a href="https://docs.appian.com/suite/help/21.3/recipe-use-selection-for-bulk-actions-in-an-inline-editable-grid.html"&gt;Appian Documentation&lt;/a&gt; has quite a bit of guidance on this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>