<?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: local data array example</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/local-data-array-example</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/local-data-array-example/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on local data array example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1317</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1317</guid>
        	        	<description><![CDATA[<p>If I set the debugger to the first line of jquery.js it does not stop.</p>
<p>Yes there is a something strange here. Please to be ensure that</p>
<p>all is ok. First load jquery and put something simple and see if this</p>
<p>work. Then step by step include the modules</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 29 Jul 2008 07:25:06 +0300</pubDate>
        </item>
        <item>
        	<title>tim_hendo on local data array example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1316</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1316</guid>
        	        	<description><![CDATA[<p>ok that helps that you can&#39;t see anything wrong. I&#39;m looking at the js files and seeing some possible line break problems; maybe&#160; I just need to upload them again&#160;&#160;</p>
<p><a href="http://www.tjnnews.com/salary/salary_sum.htm" rel="nofollow" target="_blank"><a href="http://www.tjnnews.com/salary/" rel="nofollow">http://www.tjnnews.com/salary/</a>.....ry_sum.htm</a></p>
<p>I&#39;ll tell you when I figured it out</p>
]]></description>
        	        	<pubDate>Tue, 29 Jul 2008 07:08:25 +0300</pubDate>
        </item>
        <item>
        	<title>tony on local data array example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1304</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1304</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Humm this is very strange. Could you please test whitout to use adding data. I mean disable this piece of code</p>
<p>var mydata = [<br />{county:"Putnam",entity:"Carmel",year:"2007",count:"325"},<br />{county:"Rockland",entity:"Hillburn",year:"2008",count:"16"},<br />{county:"Westchester",entity:"Yonkers schools",year:"2008",count:"4285"}];<br />for(var i=0;i&#60;=mydata.length;i++)<br />$(&#8221;#list4&#8243;).addRowData(i+1,mydata[i]);</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 29 Jul 2008 02:03:54 +0300</pubDate>
        </item>
        <item>
        	<title>tim_hendo on local data array example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1300</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1300</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Check the CSS files</p>
</blockquote>
<hr />
<p>I&#39;m including the sand css file and Firebug shows it&#39;s there and linking to all the image files. Or do I need to include all the CSS files in the first example -- that&#39;s the only one where I see a fully formed page as an example</p>
]]></description>
        	        	<pubDate>Mon, 28 Jul 2008 12:33:46 +0300</pubDate>
        </item>
        <item>
        	<title>tony on local data array example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1275</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1275</guid>
        	        	<description><![CDATA[<p>Check the CSS files</p>
]]></description>
        	        	<pubDate>Sat, 26 Jul 2008 09:40:17 +0300</pubDate>
        </item>
        <item>
        	<title>tim_hendo on local data array example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1269</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/local-data-array-example#p1269</guid>
        	        	<description><![CDATA[<p>New to jqgrid so this is a dumb question I&#39;m sure. I can&#39;t get the local array example to work -- no display or error in Firebug and all the .js files are coming through...I&#39;m not sure how much of the script goes into a "ready" function but I&#39;ve tried experimenting and got nowhere...can someone see what&#39;s wrong? thanks!</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62;<br />&#60;html xmlns="http://www.w3.org/1999/xhtml"&#62; <br />&#60;head&#62;<br />&#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&#62;<br />&#60;title&#62;jqGrid Demos&#60;/title&#62;<br />&#60;!-- In head section we should include the style sheet for the grid --&#62; <br />&#60;link rel="stylesheet" type="text/css" media="screen" href="../js/jqGrid/themes/sand/grid.css" /&#62;<br />&#60;!-- Of course we should load the jquery library --&#62; <br />&#60;script src="../js/jqGrid/jquery.js" type="text/javascript"&#62;&#60;/script&#62; <br />&#60;!-- and at end the jqGrid Java Script file --&#62;<br />&#60;script src="../js/jqGrid/jquery.jqGrid.js" type="text/javascript"&#62;<br />&#60;script type = "text/javscript"&#62;<br />$(document).ready(function(){<br />$("#list4").jqGrid({<br />datatype: "local",<br />height: 250,<br />colNames:[&#39;County&#39;,&#39;Government&#39;, &#39;Year&#39;, &#39;Records&#39;],<br />colModel:[<br />{name:&#39;county&#39;, width:90},<br />{name:&#39;entity&#39;, width:100},<br />{name:&#39;year&#39;, width:80, align:"right",sorttype:"float"},<br />{name:&#39;count&#39;, width:80, align:"right",sorttype:"float"}</p>
<p>],<br />caption: "Local salary data added to salaries table"<br />});</p>
<p>var mydata = [<br />{county:"Putnam",entity:"Carmel",year:"2007",count:"325"},<br />{county:"Rockland",entity:"Hillburn",year:"2008",count:"16"},<br />{county:"Westchester",entity:"Yonkers schools",year:"2008",count:"4285"}];<br />for(var i=0;i&#60;=mydata.length;i++)<br />$("#list4").addRowData(i+1,mydata[i]);<br />});</p>
<p>&#60;/script&#62;</p>
<p>&#60;/head&#62;<br />&#60;body&#62;</p>
<p>&#60;table id="list4" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62;</p>
<p>&#60;/body&#62;<br />&#60;/html&#62;</p>
]]></description>
        	        	<pubDate>Fri, 25 Jul 2008 16:35:45 +0300</pubDate>
        </item>
</channel>
</rss>