<?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>TO display link in a Grid</title><link>https://community.appian.com/discussions/f/user-interface/8836/to-display-link-in-a-grid</link><description>Hello, I am able to display link in a paging grid, But I am looking to implement the link in the pattern below: Data 1 Data 2 Count: 3 Count: 4 Where I want to implement link only 3 and 4 and not for Count:, In current scenario it is being displayed link</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: TO display link in a Grid</title><link>https://community.appian.com/thread/39263?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 17:58:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:672fb953-9db5-4359-be1c-024b5f985430</guid><dc:creator>Conor Cahill</dc:creator><description>There&amp;#39;s a component on the app market that sounds like it would be good for your use case:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.appian.com/appmarket/component/calendar-grid/"&gt;www.appian.com/.../&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TO display link in a Grid</title><link>https://community.appian.com/thread/39262?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 17:54:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c272e717-6ac5-41fc-a0c1-4beb7abda4ae</guid><dc:creator>chandu</dc:creator><description>If I understand your requirement correctly, Whey can&amp;#39;t you take the count as label in the paging grid, and add the link only to values this makes sense like&lt;br /&gt;count&lt;br /&gt;-------&lt;br /&gt;3&lt;br /&gt;4&lt;br /&gt;where now 3 and 4 will displays as links.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TO display link in a Grid</title><link>https://community.appian.com/thread/39261?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 17:35:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:47e244ff-d645-4ef8-b360-e527abb12d31</guid><dc:creator>sandeepg138</dc:creator><description>Hi Tajinder, &lt;br /&gt;The scenario in which I am trying to implement this, is for calendar report, and for each date, below the date I am looking to display Count.&lt;br /&gt;Let me check if editable grid will work for Calendar type report.&lt;br /&gt;In case it works, then you are saying the data should be in below pattern:&lt;br /&gt;a!textField(label: Monday,&lt;br /&gt;value: {a!richTextItem(text:&amp;quot;Count&amp;quot;),a!richTextItem(text:&amp;quot;3&amp;quot;,link:a!dynamicLink(...))})&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TO display link in a Grid</title><link>https://community.appian.com/thread/39260?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 17:26:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ccfc60f9-8746-4af7-bb08-e2a9bfaa8401</guid><dc:creator>TJ</dc:creator><description>a!sectionLayout(&lt;br /&gt;firstColumnContents:{a!gridLayout(&lt;br /&gt;  headerCells:{&lt;br /&gt;    a!gridLayoutHeaderCell(label:&amp;quot;Label 1&amp;quot;),&lt;br /&gt;    a!gridLayoutHeaderCell(label:&amp;quot;Label 2&amp;quot;)&lt;br /&gt;  },&lt;br /&gt;  rows:{&lt;br /&gt;    a!gridRowLayout(&lt;br /&gt;      contents:{&lt;br /&gt;        a!richTextDisplayField(&lt;br /&gt;  value:{a!richTextItem(text:&amp;quot;Count&amp;quot;),a!richTextItem(text:&amp;quot;3&amp;quot;,link:a!dynamicLink(value:&amp;quot;abc&amp;quot;))}&lt;br /&gt;),&lt;br /&gt;a!richTextDisplayField(&lt;br /&gt;  value:{a!richTextItem(text:&amp;quot;Count&amp;quot;),a!richTextItem(text:&amp;quot;4&amp;quot;,link:a!dynamicLink(value:&amp;quot;abc&amp;quot;))}&lt;br /&gt;)&lt;br /&gt;      }&lt;br /&gt;    )&lt;br /&gt;  }&lt;br /&gt;)}&lt;br /&gt;)&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TO display link in a Grid</title><link>https://community.appian.com/thread/39259?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 17:22:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b143b95a-0621-41c3-b4ef-9d79e3329792</guid><dc:creator>TJ</dc:creator><description>You can use a!gridLayout()- editable grid and use rich text field. In its value use following-&lt;br /&gt;{a!richTextItem(text:&amp;quot;Count&amp;quot;),a!richTextItem(text:&amp;quot;3&amp;quot;,link:a!dynamicLink(...))}&lt;br /&gt;&lt;br /&gt;Hope it helps&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>