<?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: Another problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/another-problem</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/another-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>davidelewis on Another problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/another-problem#p2319</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/another-problem#p2319</guid>
        	        	<description><![CDATA[<p>Thanks YamilBracho! I had the same problem (posted <a href="/blog/?page_id=18/help/jquerymodwinjqdrag-is-not-a-function/page-1&#38;amp;value=jqDrag%251&#38;amp;search=1&#38;amp;ret=all" target="_blank">here</a>) - but this solves the problem!</p>
]]></description>
        	        	<pubDate>Fri, 03 Oct 2008 13:32:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Another problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/another-problem#p1985</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/another-problem#p1985</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you for this. It will be updated as soon as possible.</p>
<p>Thanks and sorry&#160; - Maybe I should read every pice of</p>
<p>code again in the docs.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 10 Sep 2008 15:04:11 +0300</pubDate>
        </item>
        <item>
        	<title>YamilBracho on Another problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/another-problem#p1983</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/another-problem#p1983</guid>
        	        	<description><![CDATA[<p>Sorry for be so borring but I found the problem...</p>
<p>As a newcomer i print the manual and read it using the "Creating your First Grid" as guide.I copied the script lines to my jsp.</p>
<p>&#60;script src="js/jquery.jqModal.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/jquery.jqDnR.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>Tony, Do you see the problem ? it is "jquery.jqModal.js" and must be "jqModal.js"</p>
<p>Please update the docs and thanks for your support</p>
]]></description>
        	        	<pubDate>Wed, 10 Sep 2008 14:57:50 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Another problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/another-problem#p1976</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/another-problem#p1976</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry for this, but this is my last post for this problem.</p>
<p>Load jqModal.css, jqModal.js, jqDnR.js.</p>
<p>Use Firebug to determine if you have loaded these files.</p>
<p>Simple after loading a page open FireBug and click Net tab.</p>
<p>If some files have been not loaded they are colored in RED.</p>
<p>Check the appropriate paths and load them correctly.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 10 Sep 2008 13:55:59 +0300</pubDate>
        </item>
        <item>
        	<title>YamilBracho on Another problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/another-problem#p1975</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/another-problem#p1975</guid>
        	        	<description><![CDATA[<p>Tony, I rearranged my code as follows:</p>
<p>&#160; $("#list").jqGrid({ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Sectores&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;Codigo&#39;,&#39;Nombre&#39;],<br />&#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; {name:&#39;co_sector&#39;, index:&#39;co_sector&#39;, width:20}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;nb_sector&#39;, index:&#39;nb_sector&#39;, width:90, editable:true,editoptions:{size:60}, editrules:{requerided:true}} <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#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; editurl:"someurl.php",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; hidegrid: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: &#39;47%&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: &#39;../js/themes/basic/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonReader: {<br />&#160;&#160;&#160; &#160;&#160;&#160; repeatitems : true,<br />&#160;&#160;&#160; &#160;&#160;&#160; id: "0"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadtext :"Cargando...",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadui : &#39;block&#39;,<br />&#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; pager: &#39;pager&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; recordtext : "Registros en total.",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList:[5,10,20],<br />&#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; sortname: &#39;co_sector&#39;,<br />&#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; toolbar : [true, "bottom"],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url:&#39;<a href="http://localhost:9713/DomiciliacionPagos/Sector&#038;#39" rel="nofollow" target="_blank">http://localhost:9713/DomiciliacionPagos/Sector&#038;#39</a>;,<br />&#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; width : 800<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).navGrid("#pager", {});</p>
</p>
<p>But i still got the same error:</p>
<p>Error: jQuery(modwin).jqDrag is not a function<br />Source File: <a href="http://localhost:9713/DomiciliacionPagos/js/js/min/grid.formedit-min.js" rel="nofollow" target="_blank">http://localhost:9713/DomiciliacionPagos/js/js/min/grid.formedit-min.js</a><br />Line: 62</p>
<p>Any suggestion ?</p>
]]></description>
        	        	<pubDate>Wed, 10 Sep 2008 13:25:50 +0300</pubDate>
        </item>
        <item>
        	<title>YamilBracho on Another problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/another-problem#p1972</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/another-problem#p1972</guid>
        	        	<description><![CDATA[<p>Thanks Tony for your support.</p>
<p>Yes,I was my mistake but in my navigation bar does not appears the "Find" and "Reload Grid" icons,<br />however the other icons (next, previous, etc) correctly appears. My grid definition is </p>
<p>&#160;$("#list").jqGrid({ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url:&#39;<a href="http://localhost:9713/DomiciliacionPagos/Sector&#038;#39" rel="nofollow" target="_blank"><a href="http://localhost:9713/Domicili" rel="nofollow">http://localhost:9713/Domicili</a>.....r&#038;#39</a>;,<br />&#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; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;Codigo&#39;,&#39;Nombre&#39;],<br />&#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; {name:&#39;co_sector&#39;, index:&#39;co_sector&#39;, width:55, editable:true}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;nb_sector&#39;, index:&#39;nb_sector&#39;, width:90, editable:true} <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#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; rowList:[10,20,30],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;co_sector&#39;,<br />&#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; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: &#39;../js/themes/basic/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonReader: {<br />&#160;&#160; &#160;&#160;&#160; &#160;repeatitems : true,<br />&#160;&#160; &#160;&#160;&#160; &#160;id: "0"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Sectores&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: &#39;47%&#39;, width : 800,<br />&#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; })<br />&#160;&#160;&#160;&#160;&#160; }).navGrid(&#39;#pager&#39;,{add:false,edit:false,del:false});</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 10 Sep 2008 11:13:07 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Another problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/another-problem#p1967</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/another-problem#p1967</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is common problem. Please read the docs how to use this-</p>
<p>load all the needed CSS and plugins</p>
]]></description>
        	        	<pubDate>Wed, 10 Sep 2008 10:19:13 +0300</pubDate>
        </item>
        <item>
        	<title>YamilBracho on Another problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/another-problem#p1948</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/another-problem#p1948</guid>
        	        	<description><![CDATA[<p>Now my app is working but I only see a part of the gird and also it shows me the following error</p>
<p><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch">jQuery(modwin).jqDrag is not a function</span></p>
</p>
<p>[Image Can Not Be Found]</p>
]]></description>
        	        	<pubDate>Tue, 09 Sep 2008 15:53:55 +0300</pubDate>
        </item>
</channel>
</rss>