<?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: Input option image isn't showing the picture</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture</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/input-option-image-isnt-showing-the-picture/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Input option image isn't showing the picture</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p13251</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p13251</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please set a edittype to image, and be a sure that you have a avalid src set.</p>
<p>Also to bind a click use dataEvents.</p>
<p>For me everthing works ok. The thin momemnt here is the src attribute which should point to a valid image.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 22 Dec 2009 10:49:44 +0200</pubDate>
        </item>
        <item>
        	<title>edgar9000 on Input option image isn't showing the picture</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p13220</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p13220</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I want to show an image in the edition form associated with a javascript onclick event</p>
]]></description>
        	        	<pubDate>Mon, 21 Dec 2009 17:26:23 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Input option image isn't showing the picture</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p13174</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p13174</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You want to display a image in editing modules or just to display it in the grid with the data from server?</p>
<p>If this is the second case there are a lot of post here + example in the demo.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 18 Dec 2009 21:01:29 +0200</pubDate>
        </item>
        <item>
        	<title>edgar9000 on Input option image isn't showing the picture</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p13129</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p13129</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I&#39;ve added the edittype:&#39;image&#39; before the editoptions but the image isn&#39;t displayed yet, I had tested the route of the image but nothing seems to work, I&#39;m very confused about that...</p>
]]></description>
        	        	<pubDate>Thu, 17 Dec 2009 17:13:55 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Input option image isn't showing the picture</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p12824</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p12824</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You missed the edittype option - set it to image - i.e edittype:&#39;image&#39; , editoptions:{....}</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 08 Dec 2009 18:08:41 +0200</pubDate>
        </item>
        <item>
        	<title>edgar9000 on Input option image isn't showing the picture</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p12797</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/input-option-image-isnt-showing-the-picture#p12797</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>Im trying to use the jqgrid setting the editoption of a cell to show a image the problem is that the image isn&#39;t displayed I&#39;d tried with all the posible path to the image even with a url path but I can&#39;t see the image.</p>
</p>
<p>What I have to do to see the image I&#39;m trying to reference??</p>
</p>
<p>jQuery("#list2").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;DynamicGridData.php&#39;,<br />&#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; width:810,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height:&#39;auto&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;xx&#39;, &#39;xxx&#39;, &#39;xxx&#39;,&#39;xxx&#39;,&#39;xxx&#39;,&#39;xxx&#39;, &#39;xx&#39;],<br />&#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; { name: &#39;xx&#39;, index: &#39;Id&#39;, width: 60,hidden:true, align: &#39;left&#39;, editable: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; { name: &#39;xx&#39;, index: &#39;xx&#39;, width: 50, align: &#39;left&#39;, editable:true, edittype: "select"},<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; { name: &#39;xxx&#39;, index: &#39;xxx&#39;, width: 90, align: &#39;left&#39;, editable:true, editoptions:{size:10}, editrules: { required: true }},&#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; { name: &#39;xxx&#39;, index: &#39;xxx&#39;, width: 10, align: &#39;right&#39;, editable:true, editoptions:{size:10}, editrules: { required: true, minValue: 0, number: 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; { name: &#39;xxx&#39;, index: &#39;xxx&#39;, width: 18, align: &#39;right&#39;, editable:true, editoptions:{size:10}, editrules: { required: true, minValue: 0, number: true&#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; { name: &#39;xxx&#39;, index: &#39;xxx&#39;, width: 20, align: &#39;right&#39;, editable:false, editoptions:{size:10} },<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; { name: &#39;xxx&#39;, index: &#39;xxx&#39;, width: 18, editoptions: { src:&#39;../../Content/images/search.png&#39;, alt:&#39;Alt text&#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; ],<br />&#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; rowNum: 10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [5, 10, 20, 50],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;Id&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadonce: false,<br />&#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; viewrecords: true, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editurl: &#39;EditData.php&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;xxx&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p></p>
]]></description>
        	        	<pubDate>Mon, 07 Dec 2009 17:29:43 +0200</pubDate>
        </item>
</channel>
</rss>