<?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: imgpath - erroneous "/" appended to path in grid.formedit.js</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/imgpath-erroneous-appended-to-path-in-gridformeditjs</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/bugs/imgpath-erroneous-appended-to-path-in-gridformeditjs/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on imgpath - erroneous "/" appended to path in grid.formedit.js</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/imgpath-erroneous-appended-to-path-in-gridformeditjs#p2217</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/imgpath-erroneous-appended-to-path-in-gridformeditjs#p2217</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You are right. Thank you. Now I will remove the &#8220;/&#8221; form creating the</p>
<p>modal and if there is a private imgpath this should end with &#8220;/&#8221;</p>
<p>Thank you.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 24 Sep 2008 05:09:09 +0300</pubDate>
        </item>
        <item>
        	<title>Renso on imgpath - erroneous "/" appended to path in grid.formedit.js</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/imgpath-erroneous-appended-to-path-in-gridformeditjs#p2198</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/imgpath-erroneous-appended-to-path-in-gridformeditjs#p2198</guid>
        	        	<description><![CDATA[<p>Tony, my image path on jqGrid is set to:</p>
<p><span class="objectBox objectBox-string"><span style="color: #3366ff;">imgpath: &#39;../../Content/StyleSheets/Screen/jQuery/basic/images&#39;,</span> </span></p>
<p><strong>error on line 930 on grid.formedit.js:</strong></p>
<p>var clicon = p.imgpath ? p.imgpath+<strong>&#39;/&#39;</strong>+p.closeicon : p.closeicon;</p>
<p>but when I trace grid.formedit.js, line 930 does the folliowing:</p>
<p><span style="color: #3366ff;">p.imgparth = <span class="objectBox objectBox-string">"../../Content/StyleSheets/Screen/jQuery/basic/images<span style="color: #ff0000;"><strong>/</strong></span>"</span></span></p>
<p>so somewhere in the call to createModal the imgpath is suffixed with an "/" and your code on 930 adds an additional "/", so it generates:</p>
<p>clicon = <span class="objectBox objectBox-string">"../../Content/StyleSheets/Screen/jQuery/basic/images<strong><span style="color: #ff0000;">//</span></strong>ico-close.gif"</span></p>
<p>is this a bug or do I need to set something else on my side?</p></p>
]]></description>
        	        	<pubDate>Tue, 23 Sep 2008 14:19:27 +0300</pubDate>
        </item>
</channel>
</rss>