<?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>Adding confirmation buttons /links in Grid</title><link>https://community.appian.com/discussions/f/general/13813/adding-confirmation-buttons-links-in-grid</link><description>Hi, 
 
 I have a requirement of adding confirmation buttons and labels when user clicks on the &amp;quot;Delete&amp;quot; link in each row. 
 Any suggestions?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Adding confirmation buttons /links in Grid</title><link>https://community.appian.com/thread/62703?ContentTypeID=1</link><pubDate>Thu, 15 Nov 2018 16:24:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:355ecd2f-fab1-4092-9ab3-013b5b0db17a</guid><dc:creator>Mike Schmitt</dc:creator><description>Another potential way to handle this would be to have the &amp;quot;Delete&amp;quot; link actually be a SubmitLink (assuming this is being done within a process task); SubmitLink objects can be given confirm buttons / confirm messages just like regular buttons.  In this case it would probably be best to handle the actual row deletion in the process model, and just chain back into the same task - from the user&amp;#39;s perspective nothing will have happened other than the selected row deleted, assuming everything else has been set up correctly.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding confirmation buttons /links in Grid</title><link>https://community.appian.com/thread/62696?ContentTypeID=1</link><pubDate>Thu, 15 Nov 2018 14:03:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c113a0e1-4e4a-452d-b123-3c2835d959fc</guid><dc:creator>chandu</dc:creator><description>I really like the approach given by Ashvin Kapur,&lt;br /&gt;
&lt;br /&gt;
If you think a little alternate way, Instead of having a delete row link you can have actual buttons which will be pretty straight forward in implementing. This is just alternate approach. Its up to the  Client how they want since Delete link will give a Eye catch UI compared to traditional buttons.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding confirmation buttons /links in Grid</title><link>https://community.appian.com/thread/62691?ContentTypeID=1</link><pubDate>Thu, 15 Nov 2018 12:48:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af1a948c-bb8f-406e-ac70-a53590b32d43</guid><dc:creator>Ashvin Kapur</dc:creator><description>What I&amp;#39;ve seen in the past, is that when a user selects the Delete link, you save to a boolean local variable before deleting the row, and at the top/bottom of the grid, you have red confirmation text with a radio button (Yes/No). Once the user selects yes on the radio button, then you actually remove the item from the array and reset the boolean variable to false. Additionally, when the boolean variable is true, you can disable all other action on the page (i.e. grey out all other links and fields, such that they MUST answer the confirmation question prior to moving on).&lt;br /&gt;
&lt;br /&gt;
You could do the same thing via an additional column on your grid, if scrolling to the top/bottom isn&amp;#39;t a good UX. If the user selects Delete on one row, another column displays to it&amp;#39;s right with your confirmation question. Once confirmed, the column would disappear again.&lt;br /&gt;
&lt;br /&gt;
Hope this helps!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>