<?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: jGrid Firfox5 undefine</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jgrid-firfox5-undefine</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/bugs/jgrid-firfox5-undefine/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jGrid Firfox5 undefine</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jgrid-firfox5-undefine#p24271</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jgrid-firfox5-undefine#p24271</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Maybe you should not do copy/paste, since it is possible to paste some special characters.</p>
<p>Try to write this code by hand.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Sun, 14 Aug 2011 13:16:50 +0300</pubDate>
        </item>
        <item>
        	<title>DeepFish on jGrid Firfox5 undefine</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jgrid-firfox5-undefine#p24110</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jgrid-firfox5-undefine#p24110</guid>
        	        	<description><![CDATA[<p>i copy the the demo from the file,but &#160;when i use the firfox5 it can not display the date except a word "undefine"! but when i use the chrome and safari , it can dispaly well !</p>
<p>may be you can say the order of js is important ,yes i use the stands orders of js ,but &#160;it really display the data ã€‚the following code for &#160;this:</p>
<p>&#60;link rel="stylesheet" href="main.css" type="text/css" /&#62;&#160;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="css/ui-lightness/jquery-ui-1.8.2.custom.css" /&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" /&#62;</p>
</p>
<p>&#60;script src="js/jquery-1.5.2.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/i18n/grid.locale-en.js" type="text/jscript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"&#62;</p>
<p>&#60;/script&#62;</p>
<p>var mydata = [</p>
<p>{id:"1",invdate:"2010-05-24",name:"test",amount:"25",tax:"10.00",total:"2111.00",note:"note"} ];</p>
<p>jQuery("#list").jqGrid({</p>
<p>data: mydata,</p>
<p>datatype: "local",</p>
<p>height: 150,</p>
<p>rowNum: 10,</p>
<p>rowList: [10,20,30],</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>{name:&#39;id&#39;,index:&#39;id&#39;, width:60, sorttype:"int"},</p>
<p>{name:&#39;invdate&#39;,index:&#39;invdate&#39;, width:90, sorttype:"date", formatter:"date"},</p>
<p>{name:&#39;name&#39;,index:&#39;name&#39;, width:100},</p>
<p>{name:&#39;amount&#39;,index:&#39;amount&#39;, width:80, align:"right",sorttype:"float", formatter:"number"},</p>
<p>{name:&#39;tax&#39;,index:&#39;tax&#39;, width:80, align:"right",sorttype:"float"},</p>
<p>{name:&#39;total&#39;,index:&#39;total&#39;, width:80,align:"right",sorttype:"float"},</p>
<p>{name:&#39;note&#39;,index:&#39;note&#39;, width:150, sortable:false}</p>
<p>],</p>
<p>pager: "#plist",</p>
<p>viewrecords: true,</p>
<p>caption: "Manipulating Array Data"</p>
<p>});</p>
<p>&#60;/script&#62;</p>
<p>the result:</p>
<p>sorry ! it can not insert the local picture !</p>
<p>hope you answer ! thanks~</p></p>
]]></description>
        	        	<pubDate>Sun, 31 Jul 2011 10:35:25 +0300</pubDate>
        </item>
</channel>
</rss>