<?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>Styled Icon in a Paging Grid</title><link>https://community.appian.com/discussions/f/user-interface/14223/styled-icon-in-a-paging-grid</link><description>Hello ! 
 I would like to know if it&amp;#39;s possible to use Styled Icons in a Paging Grid (via a a!richTextIcon() or other) ? 
 
 I did manage to use Styled Icons in an Editable Grid, 
 I also did manage to use Indicator Icons in a Paging Grid, 
 but I did</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Styled Icon in a Paging Grid</title><link>https://community.appian.com/thread/83395?ContentTypeID=1</link><pubDate>Tue, 06 Jul 2021 15:43:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2041c3e6-8442-4dca-92e3-8e93eb1d79bd</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Just FYI, this was a &lt;em&gt;&lt;strong&gt;very old&lt;/strong&gt;&lt;/em&gt; post.&amp;nbsp; Some of us refer to these as &amp;quot;zombie threads&amp;quot;.&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1625585999456v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Since this was originally posted, 19.2 was introduced which came with a whole new Paging Grid (aka Read-Only Grid) component, which now uses a!gridColumn() (instead of a!gridTextColumn()), which can be fed a rich text display field as the value for any or all cells, which marks a dramatic improvement.&lt;/p&gt;
&lt;p&gt;For what it&amp;#39;s worth, I recommend people use a!richTextIcon() and the natively supported icon set (as opposed to the a!documentImage approach seen here), unless there are strong reasons that require it - just for standardization and upkeep reasons.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Styled Icon in a Paging Grid</title><link>https://community.appian.com/thread/83372?ContentTypeID=1</link><pubDate>Mon, 05 Jul 2021 14:40:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ddebfb51-2742-4d55-9b91-b2cfb90a0c19</guid><dc:creator>saurabhm0002</dc:creator><description>&lt;p&gt;Hi Fneup,&lt;/p&gt;
&lt;p&gt;Steps to use custom Icon as below,&lt;/p&gt;
&lt;p&gt;1.you can upload custom icon as document in Appian&lt;/p&gt;
&lt;p&gt;2.use a!richtextdisplayField inside use a!richtexticon and inside image contain use a!documentImage and give uploaded documentID and icon will display.&lt;/p&gt;
&lt;p&gt;eg. a!richTextDisplayField(&lt;br /&gt; value: &lt;br /&gt; {&lt;br /&gt; a!richTextImage(image: a!documentImage(document: &amp;quot;20817&amp;quot;,altText: &amp;quot;Test&amp;quot;)),&lt;br /&gt; a!richTextImage(image: a!documentImage(document: &amp;quot;20816&amp;quot;,altText: &amp;quot;Test&amp;quot;))&lt;br /&gt; }&lt;br /&gt; )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Styled Icon in a Paging Grid</title><link>https://community.appian.com/thread/64304?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 11:27:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2fd84eb6-6253-4a70-ac95-535ee743223e</guid><dc:creator>Fneup</dc:creator><description>Hi everyone,&lt;br /&gt;
Thank you for your answers !&lt;br /&gt;
I am well aware of the gridImageColumn workaround, the unicode character is also a good idea. &lt;br /&gt;
My main concern was about the ablity to use rich text icons in paging grids. I do understand that there is currently no way to do so.&lt;br /&gt;
Thanks again !&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Styled Icon in a Paging Grid</title><link>https://community.appian.com/thread/64301?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 10:12:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c6e71cc0-cb18-4449-89e5-3211a9e6142d</guid><dc:creator>bhanuprakash1303</dc:creator><description>Hi François-Nicolas PARACHINI,&lt;br /&gt;
&lt;br /&gt;
You can use a!gridImageColumn instead of a!gridtextColumn.&lt;br /&gt;
&lt;br /&gt;
and replace the richtext with a!documentimage. it will work&lt;br /&gt;
&lt;br /&gt;
sample code:&lt;br /&gt;
 a!gridImageColumn(&lt;br /&gt;
                  label: &amp;quot;&amp;quot;&lt;br /&gt;
                  field:&amp;quot;prioruty&amp;quot;,&lt;br /&gt;
                  size: &amp;quot;ICON&amp;quot;,&lt;br /&gt;
 datd:a!documentImage(&lt;br /&gt;
                          document: a!iconIndicator(&lt;br /&gt;
                            icon: &amp;quot;PRIORITY_HIGH&amp;quot;&lt;br /&gt;
                          ),&lt;br /&gt;
                          altText: &amp;quot;HIGH PRIORITY&amp;quot;,&lt;br /&gt;
                          caption: &amp;quot;HIGH PRIORITY&amp;quot;&lt;br /&gt;
                        )),&lt;br /&gt;
&lt;br /&gt;
Thanks &amp;amp; Regards,&lt;br /&gt;
Bhanu&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Styled Icon in a Paging Grid</title><link>https://community.appian.com/thread/64276?ContentTypeID=1</link><pubDate>Mon, 28 Jan 2019 17:01:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:511a710e-9a5e-42f2-a15e-f0182752cf39</guid><dc:creator>Chanakya Volam</dc:creator><description>If you would like to just display a warning icon you can use unicode characters as a workaround. &lt;br /&gt;
&lt;br /&gt;
char(9888) this would return warning icon. Please make sure to test in all the browsers coz sometimes chrome,firefox,edge render same code in different styles, Use &lt;a href="http://xahlee.info/comp/unicode_index.html"&gt;xahlee.info/.../unicode_index.html&lt;/a&gt; for reference to unicode characters&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Styled Icon in a Paging Grid</title><link>https://community.appian.com/thread/64274?ContentTypeID=1</link><pubDate>Mon, 28 Jan 2019 15:55:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7945ce1d-681c-48f1-b3d8-aba752508dc3</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;There&amp;#39;s currently no way to use Rich Text components within a paging grid at all; we&amp;#39;re pretty much limited to a!gridTextColumn (which renders whatever it gets as plaintext), and a!gridImageColumn (which only accepts document images and similar).&amp;nbsp; Hence &lt;a href="/discussions/f/user-interface/13424/feature-request-enable-rich-text-display-in-paging-grids"&gt;my feature request&lt;/a&gt;.&amp;nbsp; There are also other &lt;a href="/discussions/f/user-interface/14208/multiple-dynamic-links-in-a-single-grid-field/64254#64254"&gt;strong use cases&lt;/a&gt;, which is why I believe this is badly overdue functionality.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit (2021-07-06)&lt;/strong&gt; - since someone has revived this zombie thread and thus floated it back to the top of community after 2.5 years, I&amp;#39;ll go ahead and point out here that this is now a moot point since the introduction of the &lt;a href="https://docs.appian.com/suite/help/19.2/Appian_Release_Notes.html#smarter,-better-read-only-grids"&gt;New Read-only Grid Component in Appian 19.2&lt;/a&gt;, which now inherently supports Rich Text fields (and much easier row-by-row logic in columns).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Styled Icon in a Paging Grid</title><link>https://community.appian.com/thread/64268?ContentTypeID=1</link><pubDate>Mon, 28 Jan 2019 14:15:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3bbe9922-9112-4ccb-82d0-2949a734c43a</guid><dc:creator>Vinay Kumar Rai</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
RichText field will not work on Paging grid, you can use a!documentImage.&lt;br /&gt;
please find the reference below.&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.4/recipe_display_processes_by_process_model_with_status_icons.html"&gt;docs.appian.com/.../recipe_display_processes_by_process_model_with_status_icons.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Vinay&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>