<?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>Grid With Images - Adding Images to a column and displaying them (Many to Many Relationship)</title><link>https://community.appian.com/discussions/f/user-interface/13288/grid-with-images---adding-images-to-a-column-and-displaying-them-many-to-many-relationship</link><description>I want to be able to upload images to a grid and show them for the users to view the images. 
 The problem is its not 
 1) 1 to 1 relationship ( i.e one row will have only image) 
 2) 1 to many relationship ( i.e one row will have many images) 
 Its many</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Grid With Images - Adding Images to a column and displaying them (Many to Many Relationship)</title><link>https://community.appian.com/thread/60156?ContentTypeID=1</link><pubDate>Mon, 10 Sep 2018 15:07:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:09e4a86c-e239-4315-9f20-ac70427234e8</guid><dc:creator>Jacob Grafenstein</dc:creator><description>&lt;p&gt;Hi Siddharth,&lt;/p&gt;
&lt;p&gt;You most likely will not be able to display the images directly in the grid. The issue is challenging because the rows will not have the same number of images. Instead this is the approach I would suggest:&lt;/p&gt;
&lt;p&gt;1. Select the rows you would like to add images to.&lt;/p&gt;
&lt;p&gt;2. Display an upload field somewhere outside of the grid.&lt;/p&gt;
&lt;p&gt;3. Upload as many images in the upload field as is desired.&lt;/p&gt;
&lt;p&gt;4. User clicks a button &amp;quot;Upload Images&amp;quot; which will reload the form (In the save into on this button, associate each image with the selected rows).&lt;/p&gt;
&lt;p&gt;5. In the grid, there is a link on each row to &amp;quot;View Images&amp;quot;, which uses the &lt;a href="https://docs.appian.com/suite/help/18.3/ux_in_place_drill_down.html"&gt;In-Place Drill Down&lt;/a&gt; design pattern from the Appian documentation.&lt;/p&gt;
&lt;p&gt;Hope that helps!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Grid With Images - Adding Images to a column and displaying them (Many to Many Relationship)</title><link>https://community.appian.com/thread/60125?ContentTypeID=1</link><pubDate>Mon, 10 Sep 2018 06:55:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a4832aeb-7249-432c-bd70-7e9b29a8b131</guid><dc:creator>TJ</dc:creator><description>Hi Siddharth, &lt;br /&gt;
Displaying multiple images is a definite UX challenge. Hoping you already have resolved multi-dimensional array issue, here is my advise on UX:&lt;br /&gt;
a. Carousel- Using gridLayout() Try to create carousel like user experience where users would have one (or two at max) images shown following by pagination links. &amp;lt; and &amp;gt;. These links would change images and will be disabled when end of pagination is reached.&lt;br /&gt;
b. Zoom In- Show images using &amp;#39;TINY&amp;#39; and &amp;#39;ICON&amp;#39; style and clicking on any image would zoom in the image. You can also try to use &amp;#39;Thumbnail&amp;#39; if you intend to display image in full screen&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>