<?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: Database is not in grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/database-is-not-in-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/database-is-not-in-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Database is not in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/database-is-not-in-grid#p3160</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/database-is-not-in-grid#p3160</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>What you mean with this</p>
<p>"The database queries aint visable."</p>
<p>I can not understand.</p>
<p>About the second I think you should begin with how jQuery plugins</p>
<p>can be used - i.e. first begin with jQuery docs.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 19 Nov 2008 06:57:48 +0200</pubDate>
        </item>
        <item>
        	<title>paapie on Database is not in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/database-is-not-in-grid#p3149</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/database-is-not-in-grid#p3149</guid>
        	        	<description><![CDATA[<p>Dear jquery users,</p>
<p>I&#39;m new here at I love the way jquery/jqgrid is used, my respect! But I have a problem with a selfmade grid.</p>
<p>The database queries aint visable.</p>
<p>Maybe someone can help me?</p>
<p>Here is the code:</p>
<p>&#60;html&#62;<br />&#60;head&#62;<br />&#60;title&#62;jqGrid Demo&#60;/title&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="themes/basic/grid.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="themes/jqModal.css" /&#62;<br />&#60;script src="js/jquery.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/jqModal.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/jqDnR.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript"&#62;<br />jQuery(document).ready(function(){ <br />&#160; jQuery("#list").jqGrid({<br />&#160;&#160;&#160; <a href="&#39;example1.php&#39;" target="_blank">url:&#39;example1.php&#39;</a>,<br />&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Notes&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;invid&#39;, index:&#39;invid&#39;, width:55}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;invdate&#39;, index:&#39;invdate&#39;, width:90}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;amount&#39;, index:&#39;amount&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;tax&#39;, index:&#39;tax&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;total&#39;, index:&#39;total&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;note&#39;, index:&#39;note&#39;, width:150, sortable:false} ],<br />&#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; imgpath: &#39;themes/basic/images&#39;,<br />&#160;&#160;&#160; caption: &#39;My first grid&#39;,<br />&#160;toolbar : [true,"top"]<br />&#160; }); <br />&#160; <br />}); <br />&#60;/script&#62;<br />&#60;/head&#62; <br />&#60;body&#62; <br />&#60;table id="list" class="scroll"&#62;&#60;/table&#62; <br />&#60;div id="pager" class="scroll" style="text-align:center;"&#62;&#60;/div&#62; <br />&#60;/body&#62; <br />&#60;/html&#62;</p>
<p>And an other question how can I use the Multiple Toolbar search grid without using the file jqgrid.html.</p>
<p>Many regards Frank!</p></p>
]]></description>
        	        	<pubDate>Tue, 18 Nov 2008 12:06:09 +0200</pubDate>
        </item>
</channel>
</rss>