<?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 give row level validation in editable grid</title><link>https://community.appian.com/discussions/f/user-interface/40002/how-to-give-row-level-validation-in-editable-grid</link><description>Hi All, 
 
 I have editable grid in my UI, I have validations in the rows. i gave edit button and save button on each row to edit and save the particular row. 
 but when i click on save button, it is validating the entire grid rows not only that particular</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to give row level validation in editable grid</title><link>https://community.appian.com/thread/152757?ContentTypeID=1</link><pubDate>Thu, 11 Dec 2025 13:47:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:16a2d78d-a63f-4231-b2f1-66e7a4698937</guid><dc:creator>Anitha Dharmalingam</dc:creator><description>&lt;p&gt;Hi All, (&amp;nbsp;&lt;a href="/members/gabriele.camilli"&gt;Gabriele Camilli&lt;/a&gt;&amp;nbsp;&lt;a href="/members/shubhama926776"&gt;Shubham Aware&lt;/a&gt;&amp;nbsp;&lt;a href="/members/harshas2775"&gt;Harsha Sharma&lt;/a&gt;&amp;nbsp;.)&lt;/p&gt;
&lt;p&gt;Thank you for your help. Am able to achieve it using validation group.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to give row level validation in editable grid</title><link>https://community.appian.com/thread/152714?ContentTypeID=1</link><pubDate>Fri, 05 Dec 2025 17:28:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:487f9e5c-f169-4ac8-a02c-68c6b48c207c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I&amp;#39;d personally start out with setting the field-level validations to only validate when that row is currently marked as &amp;quot;being edited&amp;quot;.&amp;nbsp; &amp;nbsp;That would be a lot easier than using validation groups, IMHO, since its behavior is a little flakey.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to give row level validation in editable grid</title><link>https://community.appian.com/thread/152704?ContentTypeID=1</link><pubDate>Fri, 05 Dec 2025 08:44:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6e89edc4-e522-474e-876e-563d9d84a25a</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;If you want each row&amp;#39;s save to validate just that row&amp;#39;s data then use unique validationGroup for each row &amp;#39;s save button and the same value should be added to each component of the row. You cna use a dynamic validation group e.g. concat(&amp;quot;validateRow&amp;quot;,fv!index) for each grid component. This way each save button and components of that row will share the same validationGroup and would help run the validations as per expectation.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to give row level validation in editable grid</title><link>https://community.appian.com/thread/152700?ContentTypeID=1</link><pubDate>Fri, 05 Dec 2025 02:49:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb3dcf99-7f6f-4e10-8fbf-c075e09ee584</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Use two validation groups:&lt;br /&gt;Row fields + that row&amp;rsquo;s Save button: validationGroup: row- &amp;amp; tostring(fv!index) so only that row validates.​&lt;br /&gt;All editable fields (or grid-level validations) + Submit button for Edit All: validationGroup: ALL_ROWS so the whole grid validates only on final submit&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to give row level validation in editable grid</title><link>https://community.appian.com/thread/152692?ContentTypeID=1</link><pubDate>Thu, 04 Dec 2025 14:48:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:237f7df2-2770-4358-ae72-ac39e4faba43</guid><dc:creator>Gabriele Camilli</dc:creator><description>&lt;p&gt;The validation group can be put in the button in each row.&lt;br /&gt;&lt;br /&gt;I guess that you are creating each row with an a!forEach gridRowLayout i guess, right?&lt;br /&gt;&lt;br /&gt;You can add for each field with validation also the validationGroup: &amp;quot;group&amp;quot;&amp;amp;fv!index or something similar to uniquely identify the row validation. This validation group name is to be used also in the &amp;quot;Save single row&amp;quot; button.&lt;br /&gt;&lt;br /&gt;On the save all no validation group should be provided, this will validate all the information togheter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to give row level validation in editable grid</title><link>https://community.appian.com/thread/152691?ContentTypeID=1</link><pubDate>Thu, 04 Dec 2025 14:43:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1abc93d9-5416-4a11-a92b-5ca814ce78dd</guid><dc:creator>Anitha Dharmalingam</dc:creator><description>&lt;p&gt;It&amp;#39;s a button. i would like to add more information here. each row has the same validation not a different validation on each row.&lt;br /&gt;and also, we have one more button called &amp;quot;Edit All&amp;quot; when user click that user able to edit the entire grid and we provided the submit button to save the data. the same validation is validated when submit button is clicked.&lt;br /&gt;&lt;br /&gt;so in this case, can you please guide me how to incorporate validation group. do we need to have 2 validation groups?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to give row level validation in editable grid</title><link>https://community.appian.com/thread/152690?ContentTypeID=1</link><pubDate>Thu, 04 Dec 2025 14:10:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9a1571c1-dd69-4b1e-9713-e91cd464135f</guid><dc:creator>Gabriele Camilli</dc:creator><description>&lt;p&gt;The icons are which kind of object? A button or a link?&lt;br /&gt;&lt;br /&gt;You can use buttons and validation groups&lt;br /&gt;&lt;br /&gt;&lt;a id="" href="https://docs.appian.com/suite/help/25.4/recipe-use-validation-group-for-buttons-with-multiple-validation-rules.html"&gt;https://docs.appian.com/suite/help/25.4/recipe-use-validation-group-for-buttons-with-multiple-validation-rules.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Just give each row its validation group and it should work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>