<?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>Grid Plus Column Config</title><link>https://community.appian.com/discussions/f/plug-ins/39615/grid-plus-column-config</link><description>when calling the Parent record field it is editable/Non Editable, But 
 When i call the child record field the field become non editable. Any fixes 
 you can see the below column config which is set to readonly:false so it should be editable.but stays</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Grid Plus Column Config</title><link>https://community.appian.com/thread/151064?ContentTypeID=1</link><pubDate>Thu, 21 Aug 2025 13:31:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:abbb1d2a-cb2c-445c-9bca-785c04d785de</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;Hi Dinesh!&amp;nbsp; I suggest you to use the record field that was used for the relationship in the column config code instead of a related record field.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From my experience, when we refer to a relationship in the record field the column is read only irrespective of the readOnly attribute value.&amp;nbsp;&lt;br /&gt;On checking the column configs I noticed whatever is the readOnly value set for a column config, if related record field is in the recordField attribute of gridtextcolconfig() (Or any colConfig) then readOnly is always true along with a read Only header class attribute. You can check the same when you test the column config expression rule.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/19/pastedimage1755782264447v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Modifying the code to refer to the base record field in the recordField worked. I had a similar usecase where I wanted to show Status column and make it editable. I have main record Idea and related record Status. Here is a code which worked for me,&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/19/pastedimage1755782986298v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Try this way &amp;amp; let me know if you face any errors.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Grid Plus Column Config</title><link>https://community.appian.com/thread/151061?ContentTypeID=1</link><pubDate>Thu, 21 Aug 2025 12:27:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8fb86f64-78e6-4855-ad9c-1c3bc037138c</guid><dc:creator>Priyanka Diwan</dc:creator><description>&lt;p&gt;&lt;a href="/members/dinesha5713"&gt;Dinesh Arumugam&lt;/a&gt;&amp;nbsp;Check Child Record Type Security&amp;nbsp;Ensure that the user or group viewing the interface has at least &lt;b&gt;Editor&lt;/b&gt; permissions on the record type.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>