<?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>Editable gridField</title><link>https://community.appian.com/discussions/f/user-interface/39082/editable-gridfield</link><description>Good morning, I need to add an editable column in a gridField because I don&amp;#39;t want to lose functionality. Is it possible to do this?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Editable gridField</title><link>https://community.appian.com/thread/147948?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 07:39:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8c759709-e0ff-43ab-9f85-afe152066718</guid><dc:creator>Ritesh Upadhyay</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/luismiguelf0003"&gt;Luis Miguel&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;You cannot make a field editable in the read only grid but one way to that is&amp;nbsp;to use a form to edit the field you want to make editable and by using write records you can update the edited data to the record. In the screen shot a read only grid is updated using form&amp;nbsp;and then written to record. You can use the same and feel free to ask if you find any difficulty in this.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/3513.Community.png" /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Editable gridField</title><link>https://community.appian.com/thread/147946?ContentTypeID=1</link><pubDate>Thu, 08 May 2025 21:33:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3ea0ea4f-06ed-4162-a4cc-509241a4a8eb</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;If you really want to use a gridField, you could provide a form to edit the data&amp;nbsp;&lt;a id="" href="https://docs.appian.com/suite/help/25.1/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html"&gt;https://docs.appian.com/suite/help/25.1/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Otherwise, you could use a Record Action as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Editable gridField</title><link>https://community.appian.com/thread/147924?ContentTypeID=1</link><pubDate>Thu, 08 May 2025 11:54:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b38a8c74-081b-4f62-9ea5-b8a41d0fc6eb</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;No.&amp;nbsp; &lt;a href="https://docs.appian.com/suite/help/25.1/Paging_Grid_Component.html"&gt;a!gridField() is read-only by name and design&lt;/a&gt;, though luckily we can provide a bit of interactivity with row elements via links.&amp;nbsp; If you&amp;#39;re trying to directly edit data, there are several fundamental ways in which it will not be a good fit, where instead you would either need to consider creating an Editable Grid (a!gridLayout()) or, sometimes, just add an &amp;quot;edit this row&amp;quot; link in its own column in the existing grid which allows the user to provide edits in a dedicated section (etc) that pops up below the grid when that link is clicked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Editable gridField</title><link>https://community.appian.com/thread/147922?ContentTypeID=1</link><pubDate>Thu, 08 May 2025 11:53:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f370c496-39bf-4d03-b3ca-0f235b30b8c9</guid><dc:creator>Vyshnavi Naripeddi</dc:creator><description>&lt;p class="" data-start="74" data-end="112"&gt;Hi &lt;a href="/members/luismiguelf0003"&gt;Luis Miguel&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p class="" data-start="114" data-end="280"&gt;A read-only grid is meant for displaying data, so using a gridField in this context isn&amp;#39;t possible. However, there are two potential workarounds:&lt;/p&gt;
&lt;ol data-start="282" data-end="455"&gt;
&lt;li class="" data-start="282" data-end="390"&gt;
&lt;p class="" data-start="285" data-end="390"&gt;Use an editable grid and set &lt;code data-start="314" data-end="330"&gt;readOnly: true&lt;/code&gt; for all columns except the one you want to make editable.&lt;/p&gt;
&lt;/li&gt;
&lt;li class="" data-start="391" data-end="455"&gt;
&lt;p class="" data-start="394" data-end="455"&gt;Try if you can use a related action to update the specific value.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>