<?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>How to configure custom validations, enable a readonly filed while editing in Grid plus component?</title><link>https://community.appian.com/discussions/f/user-interface/40525/how-to-configure-custom-validations-enable-a-readonly-filed-while-editing-in-grid-plus-component</link><description>I am building POC using a grid plus component, i need help solving below two issues 
 1. when i try to add custom validations like preparerDueDate&amp;lt;RevieweDueDate it does not validate properly. Even if one row has the validation to true, the message shows</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to configure custom validations, enable a readonly filed while editing in Grid plus component?</title><link>https://community.appian.com/thread/155026?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2026 07:32:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5447084b-0391-4c10-a2f6-331202c83ec3</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;In GridPlus, do cross-field validation row-by-row outside columnConfigs, because column-level validators can show the same error across all rows.&lt;/p&gt;
&lt;p&gt;For editable-on-create and readonly-after-save, use id = null for new rows and id not null for saved rows, but per-row readonly may require a custom workaround because standard GridPlus column config does not natively support it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>