<?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>Suggestion on read only grid</title><link>https://community.appian.com/discussions/f/user-interface/38856/suggestion-on-read-only-grid</link><description>Consider a scenario where we have two entities: Books and Chapters, with a one-to-many relationship (i.e., each book can have multiple chapters). I currently have a read-only grid that displays records based on the Book entity. One of the columns in this</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Suggestion on read only grid</title><link>https://community.appian.com/thread/146956?ContentTypeID=1</link><pubDate>Sun, 06 Apr 2025 08:33:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a4a06903-f72f-47f1-b32d-fca855dad6a2</guid><dc:creator>Vaishal</dc:creator><description>&lt;p&gt;Yeah. That works. I think i would do query in cell level if count of child record data is 10 so that i dont need to query for all cells which is having less child records. Thanks&amp;nbsp;&lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Suggestion on read only grid</title><link>https://community.appian.com/thread/146954?ContentTypeID=1</link><pubDate>Sun, 06 Apr 2025 07:48:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6ee3930-4f26-47b4-ad7d-3a115d1aca91</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;So, it is about these child record, right? Did you consider to load them on demand? You could add a local variable to the individual cell, and load the data for this cell only when the user clicks the icon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Suggestion on read only grid</title><link>https://community.appian.com/thread/146953?ContentTypeID=1</link><pubDate>Sat, 05 Apr 2025 18:29:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0e166b18-d0aa-4bb7-b809-69424c1eaaa0</guid><dc:creator>Vaishal</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;.&amp;nbsp;This is just a similar scenario I mentioned earlier. In my actual use case, the user will add multiple child records (possibly more than 10) while creating a new case. On the dashboard, we display a case grid, and the requirement is to show one of the related child records in a column of the case grid, along with an icon beside it to expand and view the full list of related records.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Suggestion on read only grid</title><link>https://community.appian.com/thread/146952?ContentTypeID=1</link><pubDate>Sat, 05 Apr 2025 15:31:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d965c093-8696-4fe9-9d6d-82cd76628bf8</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I think the purpose&amp;nbsp;is the more important question. As a user of this application why would I navigate to this list? What do I want to achieve?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Suggestion on read only grid</title><link>https://community.appian.com/thread/146951?ContentTypeID=1</link><pubDate>Sat, 05 Apr 2025 09:54:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d97c06e7-e092-4540-9286-718ef3a46634</guid><dc:creator>Dai Williams</dc:creator><description>&lt;p&gt;Try a tree view style component instead and see how that works, I have used this before for similar use cases ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://community.appian.com/b/appmarket/posts/tree-view-component"&gt;Tree View Component&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can also nest the data using Rich text as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Suggestion on read only grid</title><link>https://community.appian.com/thread/146948?ContentTypeID=1</link><pubDate>Sat, 05 Apr 2025 06:34:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:541f3e36-3c77-4afe-a8cb-d258cfe3a5e2</guid><dc:creator>Vaishal</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&amp;nbsp;.yeah i agree. I thought of showing only 2 chapters a time with expand icon. So that user can see all chapters on clicking icon if needed. If i follow the above suggestion, user cannot see more than 10 chapters.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Suggestion on read only grid</title><link>https://community.appian.com/thread/146947?ContentTypeID=1</link><pubDate>Sat, 05 Apr 2025 05:42:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cfafe838-60ba-4ad2-9c0b-11d442d421ed</guid><dc:creator>VarunTejaGurrapu</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/vaishals580434"&gt;Vaishal&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;You can do it as &lt;a href="/members/orlandos8991"&gt;osanchea&lt;/a&gt;&amp;nbsp; to display in grid for a limited items.&lt;br /&gt;&lt;br /&gt;It&amp;#39;s not a best practice to show huge numbers of items in a single grid column, yes you can have n number of chapters per book, ultimately you cannot show it in a record list as a single column, instead you can show it in a new record view, eradicating difficulty of viewing such huge records.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You will have a space constraint blocking you to display multiple records:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/25.1/sail/ux-grids.html#introduction"&gt;https://docs.appian.com/suite/help/25.1/sail/ux-grids.html#introduction&lt;/a&gt;&amp;nbsp; (Check Don&amp;#39;ts).&lt;br /&gt;&lt;br /&gt;Always check your grid view is intuitive and readable....&lt;br /&gt;&lt;br /&gt;Hope this helps you!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Suggestion on read only grid</title><link>https://community.appian.com/thread/146945?ContentTypeID=1</link><pubDate>Sat, 05 Apr 2025 02:51:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c43d69f0-41a3-407b-b62f-e308dd711cde</guid><dc:creator>Vaishal</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/orlandos8991"&gt;osanchea&lt;/a&gt;&amp;nbsp;. Thanks for suggestion. But as i mentioned, books can have more than 10 chapters and this method limit related record to 10 items.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Suggestion on read only grid</title><link>https://community.appian.com/thread/146944?ContentTypeID=1</link><pubDate>Fri, 04 Apr 2025 22:44:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9e1217fc-5c36-4aa9-84d3-b8a7f2b25f0d</guid><dc:creator>osanchea</dc:creator><description>&lt;p&gt;HI. If your record &amp;quot;book&amp;quot; has a one-to-many relationship with &amp;quot;chapters&amp;quot;, you can try this to display it in a grid.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1743806691417v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>