<?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>Default row in editable grid</title><link>https://community.appian.com/discussions/f/user-interface/17508/default-row-in-editable-grid</link><description>Hi, 
 I need to display a row by default in an editable grid before using the &amp;quot;Add row&amp;quot; button. The grid has dropdowns as some columns and data is stored in a cdt as ri 
 
 TIA!</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Default row in editable grid</title><link>https://community.appian.com/thread/135770?ContentTypeID=1</link><pubDate>Thu, 23 May 2024 14:31:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b06bcd54-567a-431b-b698-7e9b138104b3</guid><dc:creator>Larisa</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using this solution in my interface and it works perfectly on form, but when I am using this form on process model it does not show this default row. When I am adding the record and submitting it process model I am getting an error the record to be saved must not be null.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Default row in editable grid</title><link>https://community.appian.com/thread/122968?ContentTypeID=1</link><pubDate>Sat, 09 Dec 2023 05:58:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:838245af-ffa9-4998-8baf-633cf15058d1</guid><dc:creator>yesskumar</dc:creator><description>&lt;p&gt;pass CDT type null value to show default row in grid or send null value in pv also working&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;#39;type!{urn:com:appian:types:LOS}LOS_SupportingDocument&amp;#39;()&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Default row in editable grid</title><link>https://community.appian.com/thread/121208?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 07:58:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:32f48dfc-14b9-4426-a5dd-c14c9cbdf6d1</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;A grid does only visualize data stored in a local variable or a rule input. You will have to populate that variable with the required data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Default row in editable grid</title><link>https://community.appian.com/thread/121203?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 07:31:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:797ae76c-e624-4caf-9f24-082c5382c59e</guid><dc:creator>Yogendra Raghuwanshi</dc:creator><description>&lt;p&gt;yes i also have the same requirement i want to show one default row when user see the grid at very first time&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Default row in editable grid</title><link>https://community.appian.com/thread/118838?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2023 09:49:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d9d9553-d5dd-44f4-94ee-c2c2be4cf456</guid><dc:creator>sourabhm9209</dc:creator><description>&lt;p&gt;actually i need 1 black row should be populated by default in the grid . in this my use case is i am adding detail in record through editable grid&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Default row in editable grid</title><link>https://community.appian.com/thread/68999?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2019 08:35:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3aa3e864-1447-4714-84b7-b8fbbcde6283</guid><dc:creator>arunkumarc</dc:creator><description>&lt;p&gt;Hi  As mentioned above you can display &amp;quot;n&amp;quot; number of rows with values.&amp;nbsp;if you are not interacting with grid configure saveinto during submission of the form.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Default row in editable grid</title><link>https://community.appian.com/thread/68996?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2019 06:45:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ac81d946-7e3a-440c-a63b-a4ff269a59db</guid><dc:creator>bhanuprakash1303</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;yes, it is possible to display no of rows based on the condition but those values are not&amp;nbsp;stored automatically in ri!.. we have to give user action for storing&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Default row in editable grid</title><link>https://community.appian.com/thread/68984?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 13:43:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5f682c8e-9dea-436c-b36a-0b041c844f46</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;There&amp;#39;s no requirement to use &amp;quot;Add Row&amp;quot; before data can be displayed - you can populate virtually any number of rows in an editable grid using existing data in a variety of ways.&amp;nbsp; Can you clarify as to what you&amp;#39;re having trouble with and/or what you&amp;#39;ve already attempted?&amp;nbsp; Also if you could provide some sample code and/or some screenshots of your code and existing data, that might help us further in assisting you with troubleshooting this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>