<?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>read only selection grid remove rows that are selected</title><link>https://community.appian.com/discussions/f/general/20737/read-only-selection-grid-remove-rows-that-are-selected</link><description>Hi, 
 
 I have a read only selection grid that contains records. I would like to select certain records and remove them from the grid, is this possible? How would I do it in the interface? 
 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: read only selection grid remove rows that are selected</title><link>https://community.appian.com/thread/80794?ContentTypeID=1</link><pubDate>Wed, 07 Apr 2021 20:22:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:897c99e5-7739-48ee-a684-e43fa416f992</guid><dc:creator>neill0004</dc:creator><description>&lt;p&gt;It would be archiving it and not deleting it. Thanks Mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: read only selection grid remove rows that are selected</title><link>https://community.appian.com/thread/80793?ContentTypeID=1</link><pubDate>Wed, 07 Apr 2021 19:30:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc7de343-6906-4a8f-99b5-129235121782</guid><dc:creator>Danny Verb</dc:creator><description>&lt;p&gt;Yes, there are two options: individually delete rows or create a complex action to delete multiple rows. If you want to delete individually you should create a related action to &amp;#39;Delete&amp;#39; or &amp;#39;Archive&amp;#39; a record, then you can easily add the record action to the grid. This will work when only one row is selected. To have a bulk delete function, you should create a process model to take in multiple IDs and delete them or archive them (archive is always better than deletion). You can add a button above the grid and use a!startProcess() to kick off your process model when multiple rows are selected and the button is pressed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: read only selection grid remove rows that are selected</title><link>https://community.appian.com/thread/80792?ContentTypeID=1</link><pubDate>Wed, 07 Apr 2021 19:29:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f8bec7ba-6b29-4bf6-b621-817674835e5f</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;That really rather depends on your use case - what are you trying to have happen when you say &amp;quot;remove them from the grid&amp;quot;?&amp;nbsp; Usually this would imply that those rows in the database are removed/deactivated, but if it&amp;#39;s something else for your case then clarification would be helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: read only selection grid remove rows that are selected</title><link>https://community.appian.com/thread/80791?ContentTypeID=1</link><pubDate>Wed, 07 Apr 2021 19:21:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:25696c22-608f-4b0f-8801-1d7a10651817</guid><dc:creator>neill0004</dc:creator><description>&lt;p&gt;It is by record type, would the record type drop those records?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: read only selection grid remove rows that are selected</title><link>https://community.appian.com/thread/80790?ContentTypeID=1</link><pubDate>Wed, 07 Apr 2021 19:20:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f792e962-fec5-4c59-8798-a2dae3bf77cd</guid><dc:creator>Danny Verb</dc:creator><description>&lt;p&gt;To remove the data from the read-only grid you need to remove it from the data the grid is using. Is your grid populated by a query, record type, or datasubset?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>