<?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 begin for using JQuery Grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid</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-begin-for-using-jquery-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How to begin for using JQuery Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1519</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1519</guid>
        	        	<description><![CDATA[<p>Nothing special here. You should be sure that all files are loaded.</p>
<p>Use FireBug to detect this.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 17 Aug 2008 03:47:50 +0300</pubDate>
        </item>
        <item>
        	<title>valion on How to begin for using JQuery Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1504</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1504</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>I&#39;ve included 3 files but it don&#39;t work. What can I do this case ?</p>
<p>Thanks for your help,</p>
<p>VA</p>
]]></description>
        	        	<pubDate>Thu, 14 Aug 2008 05:20:56 +0300</pubDate>
        </item>
        <item>
        	<title>valion on How to begin for using JQuery Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1503</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1503</guid>
        	        	<description><![CDATA[<p>yes, 2 files jqModal.js and jqDnR.js are included in the directory js. But the file jqModal.css I don't have.</p>
<p>Where is this file ? Where can I get it ?</p>
<p>Thanks for your reponse.</p>
]]></description>
        	        	<pubDate>Thu, 14 Aug 2008 04:55:12 +0300</pubDate>
        </item>
        <item>
        	<title>valion on How to begin for using JQuery Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1502</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1502</guid>
        	        	<description><![CDATA[<p>yes, 2 files jqModal.js and jqDnR.js are included in the directory js. But the file jqModal.css I don&#39;t have.</p>
<p>Where is this file ? Where can I get it ?</p>
<p>Thanks for your reponse.</p>
]]></description>
        	        	<pubDate>Thu, 14 Aug 2008 04:55:07 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to begin for using JQuery Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1501</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1501</guid>
        	        	<description><![CDATA[<p>Do you have included jqModal.css jqModal.js and jqDnR.js files?</p>
]]></description>
        	        	<pubDate>Thu, 14 Aug 2008 04:41:42 +0300</pubDate>
        </item>
        <item>
        	<title>valion on How to begin for using JQuery Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1500</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1500</guid>
        	        	<description><![CDATA[<p>Thanks Tony, I&#39;ve modified and it works now. But I&#39;ve still a problem with "navigation layer". I add this line :</p>
<p>jQuery("#list2").navGrid(&#39;#pager2&#39;,{edit:false,add:false,del:false,refresh:true,searchtext:"Suchen"});</p>
<p>and I don&#39;t see any button in the navigation layer.</p>
<p>Beside, I try with this code for using the button in the navigation layer but it don&#39;t work:</p>
<p>jQuery("#navgrid").jqGrid({ <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; url:&#39;ex.php?q=1&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; datatype: "xml",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;No&#39;,&#39;Nom group&#39;, &#39;Description&#39;],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colModel:[ <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;grp_id&#39;,index:&#39;grp_id&#39;, width:55,editable:false,editoptions:{readonly:true,size:10}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;grp_name&#39;,index:&#39;grp_name&#39;, width:5,editable:true,editoptions:{size:5}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;grp_comments&#39;,index:&#39;grp_comments&#39;, width:90, align:"right",editable:true,editoptions:{size:50}}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowList:[10,20,30,50],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; imgpath: &#39;script/themes/basic/images&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#pagernav&#39;),<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortname: &#39;grp_id&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; caption:"Navigator Example"<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editurl:"ex2.php", height:210 }).navGrid(&#39;#pagernav&#39;, {}, //options <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {height:280,reloadAfterSubmit:false}, // edit options <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {height:280,reloadAfterSubmit:false}, // add options <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {reloadAfterSubmit:false}, // del options <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {} // search options <br />&#160;&#160;&#160; &#160;&#160;&#160; );</p>
<p>Can you tell me what I should do ?</p>
]]></description>
        	        	<pubDate>Thu, 14 Aug 2008 04:35:45 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to begin for using JQuery Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1496</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1496</guid>
        	        	<description><![CDATA[<p>The first that I see is that you should load jquery library before jqGrid.</p>
<p>Second that you should do is to adjust the path to js files. If you have FireBug you shuld be nsured that the files are loaded correctly.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 14 Aug 2008 03:26:29 +0300</pubDate>
        </item>
        <item>
        	<title>valion on How to begin for using JQuery Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1490</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-begin-for-using-jquery-grid#p1490</guid>
        	        	<description><![CDATA[<p>Hello everybody,</p>
<p>I am a beginner for using Jquery Grid. I&#39;ve just followed by using this<br />document.<br /><a href="http://www.secondpersonplural.ca/jqgriddocs/index.htm" target="_blank"><a href="http://www.secondpersonplural" rel="nofollow">http://www.secondpersonplural</a>....../index.htm</a><br />But, I don&#39;t have the result. My projet is &#8220;test&#8221;, I set the libary jquery<br />such as :<br />test/scripts/jquery.jqGrid.js<br />test/scripts/jquery.js<br />test/scripts/themes/&#8230;..=&#62;the directories CSS<br />test/scripts/js/&#8230;..=&#62;the files .js<br />My steps are respected the indications of this document :<br />- create the table invheader<br />- create the file index.php (I am using WAMP5)<br />- create the file example.php<br />When I load (<a href="http://test" rel="nofollow" target="_blank">http://test</a>), I have a white page web.</p>
<p>Do you know why it doesn&#39;t work ? Please tell me what is the problem. <br />Thanks for your helps,</p>
]]></description>
        	        	<pubDate>Wed, 13 Aug 2008 10:26:22 +0300</pubDate>
        </item>
</channel>
</rss>