<?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: I can't even get the example to work</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/i-cant-even-get-the-example-to-work</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/discussion/i-cant-even-get-the-example-to-work/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on I can't even get the example to work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/i-cant-even-get-the-example-to-work#p18042</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/i-cant-even-get-the-example-to-work#p18042</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>Your configuration in head section is wrong, please look here:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....to_install</a></p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 20 Jun 2010 09:56:06 +0300</pubDate>
        </item>
        <item>
        	<title>omg_trojans on I can't even get the example to work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/i-cant-even-get-the-example-to-work#p17778</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/i-cant-even-get-the-example-to-work#p17778</guid>
        	        	<description><![CDATA[<p>Hey guys,</p>
<p>I&#39;m a newbie in jquery and i&#39;m trying to use jqgrid but i can&#39;t even get the example to work. i&#39;m not sure what is wrong with it. I even try the example itself and i can&#39;t get it to work. It only display a blank page. shouldn&#39;t it at least display the column name..please help i&#39;m totally lost</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit445' value='Select Code' data-codeid='sfcode445' /></p>
<div class='sfcode' id='sfcode445'>
<p>&#60;!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.01//EN&#34;&#34;<a href="http://www.w3.org/TR/html4/strict.dtd&#34;&#038;gt" rel="nofollow" target="_blank"><a href="http://www.w3.org/TR/html4/str" rel="nofollow">http://www.w3.org/TR/html4/str</a>.....t;&#038;gt</a>;</p>
<p>&#60;head&#62;&#60;html xmlns=&#34;<a href="http://www.w3.org/1999/xhtml&#038;quot" rel="nofollow" target="_blank">http://www.w3.org/1999/xhtml&#038;quot</a>; xml:lang=&#34;en&#34; lang=&#34;en&#34;&#62;&#60;html lang=&#34;en&#34;&#62;</p>
<p>&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62;</p>
<p>&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;css/ui.jqgrid.css&#34; /&#62;</p>
<p>&#60;script src=&#34;js/src/grid.loader.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;js/jquery.jqGrid.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;js/i18n/grid.locale-en.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;js/jquery-1.4.2.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script type=&#34;text/javascript&#34;&#62;</p>
<p>jQuery(&#34;#list4&#34;).jqGrid({</p>
<p>height: 250,</p>
<p>datatype: &#34;local&#34;,</p>
<p>colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Client&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Notes&#39;],</p>
<p>colModel:[</p>
<p>&#160;&#160; &#160; &#160; &#160;{name:&#39;id&#39;,index:&#39;id&#39;, width:60, sorttype:&#34;int&#34;},&#160;</p>
<p>{name:&#39;invdate&#39;,index:&#39;invdate&#39;, width:90, sorttype:&#34;date&#34;},		&#160;&#160;</p>
<p>{name:&#39;name&#39;,index:&#39;name&#39;, width:100},		&#160;&#160;</p>
<p>{name:&#39;amount&#39;,index:&#39;amount&#39;, width:80, align:&#34;right&#34;,sorttype:&#34;float&#34;},&#160;&#160;</p>
<p>{name:&#39;tax&#39;,index:&#39;tax&#39;, width:80, align:&#34;right&#34;,sorttype:&#34;float&#34;},</p>
<p>{name:&#39;total&#39;,index:&#39;total&#39;, width:80,align:&#34;right&#34;,sorttype:&#34;float&#34;},</p>
<p>{name:&#39;note&#39;,index:&#39;note&#39;, width:150, sortable:false}</p>
<p>],</p>
<p>});</p>
<p>var mydata = [</p>
<p>{id:&#34;1&#34;,invdate:&#34;2007-10-01&#34;,name:&#34;test&#34;,note:&#34;note&#34;,amount:&#34;200.00&#34;,tax:&#34;10.00&#34;,total:&#34;210.00&#34;},</p>
<p>{id:&#34;2&#34;,invdate:&#34;2007-10-02&#34;,name:&#34;test2&#34;,note:&#34;note2&#34;,amount:&#34;300.00&#34;,tax:&#34;20.00&#34;,total:&#34;320.00&#34;},</p>
<p>{id:&#34;3&#34;,invdate:&#34;2007-09-01&#34;,name:&#34;test3&#34;,note:&#34;note3&#34;,amount:&#34;400.00&#34;,tax:&#34;30.00&#34;,total:&#34;430.00&#34;},</p>
<p>{id:&#34;4&#34;,invdate:&#34;2007-10-04&#34;,name:&#34;test&#34;,note:&#34;note&#34;,amount:&#34;200.00&#34;,tax:&#34;10.00&#34;,total:&#34;210.00&#34;},</p>
<p>{id:&#34;5&#34;,invdate:&#34;2007-10-05&#34;,name:&#34;test2&#34;,note:&#34;note2&#34;,amount:&#34;300.00&#34;,tax:&#34;20.00&#34;,total:&#34;320.00&#34;},</p>
<p>{id:&#34;6&#34;,invdate:&#34;2007-09-06&#34;,name:&#34;test3&#34;,note:&#34;note3&#34;,amount:&#34;400.00&#34;,tax:&#34;30.00&#34;,total:&#34;430.00&#34;},</p>
<p>{id:&#34;7&#34;,invdate:&#34;2007-10-04&#34;,name:&#34;test&#34;,note:&#34;note&#34;,amount:&#34;200.00&#34;,tax:&#34;10.00&#34;,total:&#34;210.00&#34;}</p>
<p>{id:&#34;8&#34;,invdate:&#34;2007-10-03&#34;,name:&#34;test2&#34;,note:&#34;note2&#34;,amount:&#34;300.00&#34;,tax:&#34;20.00&#34;,total:&#34;320.00&#34;},</p>
<p>{id:&#34;9&#34;,invdate:&#34;2007-09-01&#34;,name:&#34;test3&#34;,note:&#34;note3&#34;,amount:&#34;400.00&#34;,tax:&#34;30.00&#34;,total:&#34;430.00&#34;}</p>
<p>];</p>
<p>for(var i=0;i&#60;=mydata.length;i++)</p>
<p>jQuery(&#34;#list4&#34;).jqGrid(&#39;addRowData&#39;,i+1,mydata[i]);</p>
<p>&#60;/script&#62;</p>
<p>&#60;/head&#62;</p>
<p>&#60;body&#62;&#160;</p>
<p>&#60;table id=&#34;list4&#34;&#62;&#60;/table&#62;</p>
<p>&#60;/body&#62;</p>
</p>
</div>
<p>Thanks in advance</p>
]]></description>
        	        	<pubDate>Mon, 07 Jun 2010 16:23:40 +0300</pubDate>
        </item>
</channel>
</rss>