<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Images in grid and sizeable column height</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>cornbread on Images in grid and sizeable column height</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4655</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4655</guid>
        	        	<description><![CDATA[<p>That worked thanks!</p>
]]></description>
        	        	<pubDate>Mon, 16 Feb 2009 18:07:50 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Images in grid and sizeable column height</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4638</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4638</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>afterInsertRow: function(rowid, aData){<br /> $(&#8217;#&#39;+rowid).css({height:175});<br /> },</p></p>
]]></description>
        	        	<pubDate>Mon, 16 Feb 2009 10:48:57 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on Images in grid and sizeable column height</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4598</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4598</guid>
        	        	<description><![CDATA[<p>This didn't work as expected. It didn't make the row height 175px it made the whole #list 175... I tried this and it doesn't work.</p>
<p>afterInsertRow: function(rowid, aData){<br />
                                $('#list > tr').css({height:175});<br />
                            },</p>
<p>Can someone give me a hand?</p>
]]></description>
        	        	<pubDate>Fri, 13 Feb 2009 00:50:01 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on Images in grid and sizeable column height</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4267</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4267</guid>
        	        	<description><![CDATA[<p>I was able to figure it out.</p>
<p>afterInsertRow: function(rowid, aData){ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#list&#39;).css({height:175});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</p>
<p>Now the question comes how to add another column with an image at /media/images/&#60;vin#&#62;/image0.jpg. TIA for all the help!</p>
]]></description>
        	        	<pubDate>Fri, 30 Jan 2009 16:53:12 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on Images in grid and sizeable column height</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4265</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4265</guid>
        	        	<description><![CDATA[<p>I have posted my code. I am not sure what I did wrong with this code. I found it in the docs and attempted it. Please Advise&#8230;</p>
<p>Thank you for your time, I really appreciate it.</p>
<p>&#60;script type=&#8221;text/javascript&#8221;&#62;<br />jQuery(document).ready(function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(&#8221;#list&#8221;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url:&#39;/listing/data/all/&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;VIN&#39;, &#39;owner&#39;,&#160; &#39;address&#39;, &#39;Zip&#39;, &#39;Price&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel :[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:"vin", index:"vin", width:120},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:"address", index:"address", width:230, sortable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:"owner", index:"owner", width:120, align:"left"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:"zip", index:"zip", width:70, align:&#39;center&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:"price", index:"price", width:80, align:&#39;right&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ], <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname:&#8221;id&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder:&#8221;asc&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonReader: {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root: &#8220;rows&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; id: &#8220;id&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; index: &#8220;id&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page: &#8220;page&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; total: &#8220;total&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; records: &#8220;records&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; repeatitems: false,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; shrinkToFit:true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; multiselect:true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords:true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath:&#8221;/static_media/grid/themes/basic/images&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption:&#8221;Autos&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height:&#39;100%&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; toolbar: [true,&#39;top&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; afterInsertRow: function(rowid, aData){jQuery(&#8221;#list&#8221;).setCell(rowid,&#39;price&#39;,&#39;&#39;,{color:&#39;green&#39;});},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(&#8221;#m1&#8243;).click( function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var s; s = jQuery(&#8221;#list&#8221;).getGridParam(&#39;selarrrow&#39;); <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery.post(&#8221;/listing/selected/&#8221;, { selected: s }, function(data){$(&#8221;#showselected&#8221;).html(data)}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; );;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p>
<p>});<br />&#60;/script&#62;</p>
]]></description>
        	        	<pubDate>Fri, 30 Jan 2009 14:42:17 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Images in grid and sizeable column height</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4254</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4254</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Maybe you can use the afterInsertRow event for this purpose.</p>
<p>Also check the parameters for this event. One of them is the id. The id is actuall the tr element. With jQuery it is easy:</p>
<p>$("#the_id_from_afterInsertrow").css("height","175px");</p>
<p>Use the same event to attach your own mouseover event.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 30 Jan 2009 09:59:45 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on Images in grid and sizeable column height</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4239</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/images-in-grid-and-sizeable-column-height-2#p4239</guid>
        	        	<description><![CDATA[<div id="post4237">
<p>I am new to jqgrid and am needing some help.</p>
<p>I would like to add an Image to each row and set the row height. I have a url for thumnails that are 150&#215;150 px I would like to make the row height 175px.</p>
<p>I am grateful for any help I can get. TIA</p>
<p>-Richard</p>
<p>P.S.<br />I would also like to add mouse-over the image and show the real size image, but one thing at a time.</p>
</div>
]]></description>
        	        	<pubDate>Fri, 30 Jan 2009 00:17:27 +0200</pubDate>
        </item>
</channel>
</rss>