<?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: How to display an image in cell</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell</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/how-to-display-an-image-in-cell/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>cornbread on How to display an image in cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell#p5347</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell#p5347</guid>
        	        	<description><![CDATA[<p>THANK YOU! I"ll give it a shot as soon as tony helps me figure out my json woes...</p>
]]></description>
        	        	<pubDate>Sat, 14 Mar 2009 22:16:25 +0200</pubDate>
        </item>
        <item>
        	<title>hemen on How to display an image in cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell#p5346</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell#p5346</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am glad to answer this and hope this helps you.</p>
<p>Make sure you are using version 3.2 or higher.</p>
<p>You can do this in two ways</p>
<p>1)Use afterInsertRow</p>
<p>afterInsertRow : function(rowid,aData)<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery("#list4").setCell(rowid, &#39;note&#39;, "&#60;img src = &#39;add.jpg&#39;&#62;");<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; //alert("hello");<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },</p>
</p>
<p>2) Server side JSON data (this can also be static data, javascript var)</p>
<p>{id:"1",invdate:"2007-10-01",name:"test",note:"&#60;img src = &#39;add.jpg&#39;&#62;",amount:"200.00",tax:"10.00",total:"210"},</p>
<p>Let me know how it goes.</p>
<p>Hemen</p></p>
]]></description>
        	        	<pubDate>Sat, 14 Mar 2009 18:58:34 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on How to display an image in cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell#p5344</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell#p5344</guid>
        	        	<description><![CDATA[<p>I&#39;ve been unable to get this working. Mind sharing some code? TIA, Richard</p>
]]></description>
        	        	<pubDate>Fri, 13 Mar 2009 17:18:15 +0200</pubDate>
        </item>
        <item>
        	<title>hemen on How to display an image in cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell#p5310</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell#p5310</guid>
        	        	<description><![CDATA[<p>I got it working.</p>
<p>Some how xml didnt work so I switched to JSON and it worked.</p>
<p>Hemen</p>
]]></description>
        	        	<pubDate>Fri, 13 Mar 2009 04:57:45 +0200</pubDate>
        </item>
        <item>
        	<title>hemen on How to display an image in cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell#p5306</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-display-an-image-in-cell#p5306</guid>
        	        	<description><![CDATA[<p>Hi Everyone,</p>
<p>I am trying to display a jpeg image in a column for every row in the grid.</p>
<p>I am using xml to send data from the server side.</p>
<p>I did read a few posts in the forum regarding this but its not clear to me on how to do this.</p>
<p>An example or couple of lines of code would be really appreciated.</p>
<p>Thanks,</p>
<p>Hemen</p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 17:40:46 +0200</pubDate>
        </item>
</channel>
</rss>