<?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 can we expand/collapse rows in Read Only Grid</title><link>https://community.appian.com/discussions/f/user-interface/39990/how-can-we-expand-collapse-rows-in-read-only-grid</link><description>I want to collapse/Expand rows in read only grid by based on particular field and how can it will implemented</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can we expand/collapse rows in Read Only Grid</title><link>https://community.appian.com/thread/152671?ContentTypeID=1</link><pubDate>Wed, 03 Dec 2025 15:02:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9dd71126-e505-4e88-8beb-51bf45a6fb58</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;This can be tricky since you basically have to arrange all data you want into your grid in a flat array but where your grid can tell what rows are child data and which parent any child data row belongs to.&amp;nbsp; Also it won&amp;#39;t work *great* if you want actual paging to work, but if your aim is to display *all* rows at all times (assuming you have a relatively low number of rows conducive to just always showing all of them), it&amp;#39;s doable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can we expand/collapse rows in Read Only Grid</title><link>https://community.appian.com/thread/152670?ContentTypeID=1</link><pubDate>Wed, 03 Dec 2025 14:30:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1c47b09b-102d-42f2-ab61-21e50c62835b</guid><dc:creator>meharunnisas068858</dc:creator><description>&lt;p&gt;for example we have Type as Test1, Test2, Test3 and in Test 1 we have 5 rows and Test 2 and 3 some other numbers when I collapse test 1 then only all that 5 rows should visible&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can we expand/collapse rows in Read Only Grid</title><link>https://community.appian.com/thread/152668?ContentTypeID=1</link><pubDate>Wed, 03 Dec 2025 14:26:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8082915-2c9d-4f35-a428-33c9d542373c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Generally speaking there isn&amp;#39;t any official out-of-box way to do this.&amp;nbsp; If you&amp;#39;re good at code-level control of grids, though, you can use various means (my suggestion would be RichTextIcons paired with DynamicLinks) to sorta &amp;quot;fake collapse&amp;quot; individual rows, which you could basically just use to show more or less bulk of information in that row (but not hide it entirely, as having a &amp;quot;show again&amp;quot; icon would still require at least an icon-width item to be displayed on that row).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you can provide any additional detail about what you&amp;#39;re hoping for, it might help get more detailed feedback.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>