<?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>Number of rows limit in Editable Grid</title><link>https://community.appian.com/discussions/f/general/33899/number-of-rows-limit-in-editable-grid</link><description>Hi All, 
 I have a query that &amp;quot;Do we have any limit on number of rows to display in an editable grid?&amp;quot;. 
 I have a requirement where I am fetching the data from DB and showing in editable grid for user to edit and update but after few months it might</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Number of rows limit in Editable Grid</title><link>https://community.appian.com/thread/128598?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 20:45:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c24a8e71-ea1d-441d-bd1f-8d5423690cd2</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Please please please don&amp;#39;t do this.&amp;nbsp; For data sets beyond a dozen or so items, use a filterable paging grid where each row can (individually) be clicked on to open a separated editor, where the user makes, validates, and saves any changes independently before moving onto other edits.&amp;nbsp; Editable grids that try to do 1000 different things to 1000 different rows are the bane of user experience (and impossible to maintain, unless kept &lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;exceedingly simple&lt;/em&gt;&lt;/strong&gt;&lt;em&gt;&lt;/em&gt;&lt;span style="text-decoration:underline;"&gt;)&lt;/span&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Number of rows limit in Editable Grid</title><link>https://community.appian.com/thread/128571?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 15:02:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3189bdc-b0ab-410c-8780-1c04e0c5f931</guid><dc:creator>Nilesh Raman</dc:creator><description>&lt;p&gt;Yes Sure will discuss with users about this but meanwhile we are trying to reduce the data by applying multiple default filters.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Number of rows limit in Editable Grid</title><link>https://community.appian.com/thread/128566?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 14:35:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1dc1be07-c12d-4868-b500-db890cae28f9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That use case you describe is not a good fit for Appian. I really suggest to discuss this requirement. You know, once Excel is the only tool you have, everything looks like spreadsheets.&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://theconversation.com/spreadsheet-errors-can-have-disastrous-consequences-yet-we-keep-making-the-same-mistakes-219356"&gt;https://theconversation.com/spreadsheet-errors-can-have-disastrous-consequences-yet-we-keep-making-the-same-mistakes-219356&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Number of rows limit in Editable Grid</title><link>https://community.appian.com/thread/128563?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 14:03:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:51ce15f6-cd3e-4af3-a8a6-aded63949b65</guid><dc:creator>Nilesh Raman</dc:creator><description>&lt;p&gt;Thanks Stefan and Harshit for your response.&lt;/p&gt;
&lt;p&gt;I have already the approach to use custom paging in editable grid but due to custom paging I am unable to achieve few other things.&lt;/p&gt;
&lt;p&gt;1. When I use checkbox selection it holds data for all the selection but when I select and unselect then issue comes like it not saving the ids correctly.&lt;/p&gt;
&lt;p&gt;2. When I use Remove icon in each rows and click on it then also not working as sometime it removes one row but sometime whole data from the grid.&lt;/p&gt;
&lt;p&gt;But when I remove paging then all works good but in future number of rows limit might create issue so raised the concern.&lt;/p&gt;
&lt;p&gt;User want to select multiple items in Grid and then update those rows in DB on different pages.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;this link&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html"&gt;https://docs.appian.com/suite/help/23.4/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html&lt;/a&gt; is helpful when user select only row for editing but there they want to edit 200-400 rows in one select by just checking all values are correct or not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Number of rows limit in Editable Grid</title><link>https://community.appian.com/thread/128562?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 13:45:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5195a48c-60df-4fb6-a7af-ca7d49a26081</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Or:&amp;nbsp;&lt;a href="https://appian.rocks/2023/07/24/universal-paging/"&gt;https://appian.rocks/2023/07/24/universal-paging/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Number of rows limit in Editable Grid</title><link>https://community.appian.com/thread/128561?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 13:36:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f91c7fe8-3fcb-4d86-ab1d-c87223151a12</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Or you can add paging to your editable grid like shown here -&amp;nbsp;&lt;a href="https://appianspace.com/2023/06/26/adding-paging-to-almost-anything/"&gt;appianspace.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Number of rows limit in Editable Grid</title><link>https://community.appian.com/thread/128560?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 13:35:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:637c9757-28df-4f9f-b19b-f918bcae6308</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There is no hard limit, but the performance will suffer very hard as you try to display hundreds of rows.&lt;/p&gt;
&lt;p&gt;You will have to find a different approach. Maybe this:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html"&gt;https://docs.appian.com/suite/help/23.4/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>