<?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>Disable specific row selection in GridField</title><link>https://community.appian.com/discussions/f/user-interface/8965/disable-specific-row-selection-in-gridfield</link><description>As per my understanding GridField sail component disable selection on all the rows in a grid. However I have a requirement where in I need to disable selection on a specific record in a grid. Is there anyway to achieve this? OriginalPostID-250250</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Disable specific row selection in GridField</title><link>https://community.appian.com/thread/49173?ContentTypeID=1</link><pubDate>Fri, 06 Oct 2017 14:15:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b43483ef-33cc-4b2d-9885-7715a00ded8c</guid><dc:creator>codys</dc:creator><description>Actually you can easily sort and page an editable grid with custom paging controls.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable specific row selection in GridField</title><link>https://community.appian.com/thread/47964?ContentTypeID=1</link><pubDate>Mon, 28 Aug 2017 05:06:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0d2e5a4-4500-45b2-a69e-27d1a808f1f4</guid><dc:creator>Ravi Roshan</dc:creator><description>It is possible to disable the rows based on the condition. First you need to identify the rows that needs to be disabled and have to form an array. For example, suppose you have 5 rows and the row 1 &amp;amp; 3 needs to be disabled because the data is not eligible then you need to form an array say {N,E,N,E,E} (Where N - Not Eligible &amp;amp; E - Eligible), and pass this array one by one in the rowlayout rule and put a condition on disabled parameter as : if index = N, true, False. &lt;br /&gt;
&lt;br /&gt;
Hope this may help you.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable specific row selection in GridField</title><link>https://community.appian.com/thread/47957?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 02:46:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:76fafd75-96fb-449c-969e-24cd6020d12d</guid><dc:creator>aneeshv713</dc:creator><description>How to null out the gridselection.selected in the saveInto? Can you send a code snippet?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable specific row selection in GridField</title><link>https://community.appian.com/thread/39946?ContentTypeID=1</link><pubDate>Sat, 03 Dec 2016 09:58:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:846b530f-30bb-44cf-8dab-4ba22a1b4183</guid><dc:creator>prakharg</dc:creator><description>Thanks Omere, I have opted for use of Grid layout instead Grid Field&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable specific row selection in GridField</title><link>https://community.appian.com/thread/39891?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2016 19:04:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d74ff9a-21e3-4b82-8a8e-2a38a5424774</guid><dc:creator>omere</dc:creator><description>instead of disabling the row in the Gridfield you can null out the gridSelection.selected in the saveInto if that certain condition is met.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable specific row selection in GridField</title><link>https://community.appian.com/thread/39874?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2016 12:28:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:130f9a3b-ce9d-4baf-ba99-aac386756797</guid><dc:creator>prakharg</dc:creator><description>Thanks you very much sikhivahans,&lt;br /&gt;i will consult with the business for the options mentioned (Editable grid / Validation) and will take action accordingly.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable specific row selection in GridField</title><link>https://community.appian.com/thread/39873?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2016 12:06:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d888baa2-c6c5-4471-b091-78b98b30fc65</guid><dc:creator>sikhivahans</dc:creator><description>@prakharg I don't think it's viable. Afaik, an alternate is to switch to Editable Grid, which I wouldn't recommend personally as it lacks sorting and pagination. Also, you may also think of adding a validation message in the paging grid which conveys to the user that the selection made is invalid.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>