<?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: gridimgpath is not defined</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1</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/gridimgpath-is-not-defined-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Snakeh on gridimgpath is not defined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1#p11271</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1#p11271</guid>
        	        	<description><![CDATA[<p>put the following codes before jQuery(&#39;.listFlex&#39;).jqGrid</p>
<p>jQuery(document).ready(function(){</p>
</p>
<p>add following codes after&#160;your code</p>
<p>});</p>
</p>
<p>hopes this help <img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Fri, 30 Oct 2009 03:40:17 +0200</pubDate>
        </item>
        <item>
        	<title>Pete on gridimgpath is not defined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1#p10768</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1#p10768</guid>
        	        	<description><![CDATA[<p>If you are using 3.5 then the imgpath variable has been deprecated and is not required.&#160; It shouldn&#39;t affect grid construction.</p>
</p>
<p>Pete</p>
]]></description>
        	        	<pubDate>Fri, 16 Oct 2009 08:34:29 +0300</pubDate>
        </item>
        <item>
        	<title>kikz4life on gridimgpath is not defined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1#p10764</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1#p10764</guid>
        	        	<description><![CDATA[<p>Hi Corrado</p>
</p>
<p>first of all thanks for the response. 😀</p>
</p>
<p>is it okay if i just dont include<em> <strong>gridimgpath</strong></em><strong> </strong>in the code.? when delete the output seems fine but still no data retrieved in the table. Still a long way to go :(.</p>
]]></description>
        	        	<pubDate>Fri, 16 Oct 2009 02:53:58 +0300</pubDate>
        </item>
        <item>
        	<title>Corrado on gridimgpath is not defined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1#p10763</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1#p10763</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>gridimgpath is a variable name; you must define it before using it!</p>
</p>
<p>You can also use:&#160;imgpath: &#39;/your/img/folder/image.jpg&#39;</p>
</p>
<p>I hope I&#39;ve been useful.</p>
</p>
<p>Corrado.</p>
]]></description>
        	        	<pubDate>Fri, 16 Oct 2009 02:39:55 +0300</pubDate>
        </item>
        <item>
        	<title>kikz4life on gridimgpath is not defined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1#p10760</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridimgpath-is-not-defined-1#p10760</guid>
        	        	<description><![CDATA[<p><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch  opened">Im trying to integrate the jgGrid in CodeIgniter and this problem arises to me<em><strong> "</strong></em></span><em><strong><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch  opened">gridimgpath is not defined". </span></strong></em><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch  opened">I trace it using the firebug&#160; and its in this line &#160; "imgpath: gridimgpath,". </span></p>
</p>
<p>can anyone help me with this? im stuck :((.</p>
</p>
<p>Here is my code in js</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2688' value='Select Code' data-codeid='sfcode2688' /></p>
<div class='sfcode' id='sfcode2688'>jQuery(&#39;.listFlex&#39;).jqGrid<br />(<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; url: root + mod + &#39;/listview&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; dataType: &#39;json&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;role_id&#39;,&#39;role_code&#39;,&#39;role_description&#39;], <br />&#160;&#160;&#160; &#160;&#160;&#160; colModel : [&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name : &#39;role_id&#39;, width : 50, align : &#39;left&#39;, editable:true, editoptions:{size:25}, sortable:true}&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ,{name : &#39;role_code&#39;, width : 100, align : &#39;left&#39;, editable:true, editoptions:{size:25}, sortable:true}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ,{name : &#39;role_desc&#39;, width : 200, align : &#39;left&#39;, editable:true, editoptions:{size:25}, sortable:true}&#160;&#160;&#160; <br />&#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; ],<br />&#160;&#160;&#160; &#160;&#160;&#160; rowNum:10, <br />&#160;&#160;&#160; &#160;&#160;&#160; rowList:[10,20,30], <br />&#160;&#160;&#160; &#160;&#160;&#160; imgpath: gridimgpath, <br />&#160;&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#pager2&#39;), <br />&#160;&#160;&#160; &#160;&#160;&#160; sortname: &#39;id&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160; &#160;&#160;&#160; sortorder: "desc", <br />&#160;&#160;&#160; &#160;&#160;&#160; caption:"User Role List" }).navGrid(&#39;#pager2&#39;,{edit:false,add:false,del:false});</div>
]]></description>
        	        	<pubDate>Fri, 16 Oct 2009 01:43:44 +0300</pubDate>
        </item>
</channel>
</rss>