<?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>Best approach to display 4000 characters in a!GridField</title><link>https://community.appian.com/discussions/f/user-interface/19146/best-approach-to-display-4000-characters-in-a-gridfield</link><description>I have a grid field containing comments, where 1 of the fields could hold upto 4000 characters. 
 When the length is 4000, then text display is not user friendly. 
 I tried using a!richtextimage to display the comments on hover over but icon display only</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Best approach to display 4000 characters in a!GridField</title><link>https://community.appian.com/thread/75051?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 14:51:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:79426cd4-bd53-49e1-bdc8-ac145488f67c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;One way I&amp;#39;ve seen it done (which of course depends on context as well as how often the text in question will really be up around 4,000 characters) is to have the link *completely hide* the grid (as well as the rest of the form and its buttons) and *just* show the expanded text, and from there the user&amp;#39;s only option is to click &amp;quot;back&amp;quot; to restore the original form/grid/etc.&amp;nbsp; This option, though slightly harder to design, sidesteps the issue of creating an overstuffed grid column, or the alternative option of forcing the user to scroll down to the end of the grid to view the expanded text.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best approach to display 4000 characters in a!GridField</title><link>https://community.appian.com/thread/75048?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 14:05:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f039921-fe73-4203-8a33-a46556d57aaf</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;Ellipsis is a great option, one the project I&amp;#39;m on uses routinely, but I think you should really check out a Lorem Ipsum generator website, and get 4000 characters of Lorem Ipsum to put in the column to see how it looks.&amp;nbsp; If the column is too narrow, it&amp;#39;s going to be really ugly and require scrolling.&amp;nbsp; A single row could easily take up more than the whole screen, eliminating the whole effect if it even being a grid, so you need to take that into consideration.&lt;/p&gt;
&lt;p&gt;If there&amp;#39;s no other way to have the text readable, you might want to consider some other progressive disclosure options like some other component outside the grid itself.&amp;nbsp; It all depends on how readable you can get it within the grid.&amp;nbsp; If you need to throw it away (keeping it immediately in the grid), don&amp;#39;t be afraid to throw it away.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best approach to display 4000 characters in a!GridField</title><link>https://community.appian.com/thread/75046?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 13:57:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6c58bad6-cb7d-413b-b50f-3a50adde2845</guid><dc:creator>Malleswari Talakola</dc:creator><description>&lt;p&gt;Thanks a lot for the response, Arthur!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best approach to display 4000 characters in a!GridField</title><link>https://community.appian.com/thread/75045?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 13:56:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72f9525c-bf1a-4a2c-884b-6420de7f56e3</guid><dc:creator>Malleswari Talakola</dc:creator><description>&lt;p&gt;Thnaks alot stewart, i will try the design and check with users!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best approach to display 4000 characters in a!GridField</title><link>https://community.appian.com/thread/75024?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 07:43:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb550f2f-af2f-4d08-a196-802a5a8d4b9a</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;There are a variety of techniques, depending on the size of the text and the real-estate of the User interface:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;you can display a subset of the text e.g. first 20 characters, with an ellipsis e.g. &amp;quot;This is the text to be displayed but there&amp;#39;s more to&amp;nbsp;see&amp;nbsp;(...)&amp;quot;, and make the ellipsis a dynamic link that will reveal the whole text when you click on it, but still in the same column&lt;/li&gt;
&lt;li&gt;you could make the dynamic link show the full text in a separate component below the table where it probably will look better but you lose the immediacy/context of it in the row in the table&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best approach to display 4000 characters in a!GridField</title><link>https://community.appian.com/thread/75020?ContentTypeID=1</link><pubDate>Sun, 28 Jun 2020 09:56:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4073b959-c4fd-4489-bba5-62aa52e9f9d5</guid><dc:creator>Arthur Lyrio</dc:creator><description>&lt;p&gt;Here we put a &amp;quot;Read more&amp;quot; link at the top of the grid. When the user clicks it, it shows the full text for all the rows and columns.&lt;br /&gt;When the text is not expanded, we just trim it at a maximum size and put the &amp;quot;...&amp;quot; at the end.&lt;br /&gt;&lt;br /&gt;This can be done using only one variable&amp;nbsp;&lt;strong&gt;local!isGridExpanded &lt;/strong&gt;and whenever the variable changes (by clicking the link), the function that trims the text will be refreshed by Appian itself showing or hiding the whole text.&lt;br /&gt;&lt;br /&gt;Hope it helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best approach to display 4000 characters in a!GridField</title><link>https://community.appian.com/thread/74979?ContentTypeID=1</link><pubDate>Thu, 25 Jun 2020 18:41:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f222f00f-6742-4c7e-89b3-7f42eea7e832</guid><dc:creator>SANTOSH S KUNDLIK</dc:creator><description>&lt;p&gt;I don&amp;#39;t think there could be a best approach but if its must and Grid doesnt have performance issue (limited rows) then you can divide the comment into 100-200 character length string and combine all those with char (10) to see then on new line. Keep the column width wider as possible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>