<?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: Nothing displayed</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/nothing-displayed</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/nothing-displayed/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>violinssoundcool on Nothing displayed</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/nothing-displayed#p17128</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/nothing-displayed#p17128</guid>
        	        	<description><![CDATA[<p>Wait a second.&#160; I noticed that I have a comma instead of a period at .jqGrid().&#160; Now, I get the grid displayed, but everything has a gray overlay.&#160; Is this something to do with how I&#39;ve linked to the dark-hive theme?</p></p>
]]></description>
        	        	<pubDate>Wed, 12 May 2010 22:44:24 +0300</pubDate>
        </item>
        <item>
        	<title>violinssoundcool on Nothing displayed</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/nothing-displayed#p17126</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/nothing-displayed#p17126</guid>
        	        	<description><![CDATA[<p>Hi.&#160; I&#39;m trying to mimick the "Input Types" example, and I wish I had more of a description of the problem, but absolutely nothing is being displayed.&#160; It looks like all of the external js and css files are found okay.&#160; I&#39;ve never tried it with local data before.&#160; So, I may have missed something there.&#160; Here&#39;s my code:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6465' value='Select Code' data-codeid='sfcode6465' /></p>
<div class='sfcode' id='sfcode6465'>&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#34;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#038;gt" rel="nofollow" target="_blank"><a href="http://www.w3.org/TR/xhtml1/DT" rel="nofollow">http://www.w3.org/TR/xhtml1/DT</a>.....t;&#038;gt</a>;<br />&#160;&#160; &#160;&#160;&#160;&#160; <br />&#60;html&#62;<br />&#60;head&#62;<br />&#160;&#160; &#160;&#60;META http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=ISO-8859-1&#34;&#62;<br />&#160;&#160; &#160;&#60;META http-equiv=&#34;Content-Style-Type&#34; content=&#34;text/css&#34;&#62;<br />&#160;&#160; &#160;&#60;meta http-equiv=&#34;Pragma&#34; content=&#34;no-cache&#34;&#62;<br />&#160;&#160; &#160;&#60;meta http-equiv=&#34;Cache-Control&#34; content=&#34;no-cache&#34;&#62;<br />&#160;&#160; &#160;&#60;title&#62;Test&#60;/title&#62;<br />&#160;&#160; &#160;<br />&#160;&#160; &#160;&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;/SCRAP/JS/jQueryUI/css/dark-hive/jquery-ui-1.8.1.custom.css&#34;&#62;<br />&#160;&#160; &#160;&#60;script src=&#34;/SCRAP/JS/jQueryUI/js/jquery-1.4.2.min.js&#34;&#62;&#60;/script&#62;<br />&#160;&#160; &#160;&#60;script src=&#34;/SCRAP/JS/jqgrid/js/jquery.jqGrid.min.js&#34;&#62;&#60;/script&#62;<br />&#160;&#160; &#160;&#60;script src=&#34;/SCRAP/JS/jQueryUI/js/jquery-ui-1.8.1.custom.min.js&#34;&#62;&#60;/script&#62;</p>
<p>&#160;&#160; &#160;&#60;script type=&#34;text/javascript&#34;&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160; $(document).ready(function()<br />&#160;&#160; &#160;&#160;&#160; &#160;{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;//JQGrid<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var lastsel2;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#34;#rowed5&#34;),jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype: &#34;local&#34;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height: 250, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;ID&#39;,&#39;Ticket No.&#39;,&#39;Item Code&#39;,&#39;Gross 1&#39;,&#39;Tare 1&#39;,&#39;Gross 2&#39;,&#39;Tare 2&#39;,&#39;Adjust&#39;,&#39;Actual&#39;,&#39;Actions&#39;], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel:[ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;,index:&#39;id&#39;, width:90, sorttype:&#34;int&#34;, editable: true}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;ticketNo&#39;,index:&#39;ticketNo&#39;,width:90, editable:true}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;itemCode&#39;,index:&#39;itemCode&#39;, width:150,editable: true,editoptions:{size:&#34;20&#34;,maxlength:&#34;30&#34;}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;gross1&#39;,index:&#39;gross1&#39;, width:60, editable: true,edittype:&#34;checkbox&#34;,editoptions: {value:&#34;Yes:No&#34;}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;tare1&#39;,index:&#39;tare1&#39;, width:90, editable: true,edittype:&#34;select&#34;,editoptions:{value:&#34;FE:FedEx;IN:InTime;TN:TNT;AR:ARAMEX&#34;}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;gross2&#39;,index:&#39;gross2&#39;, width:150,editable: true,editoptions:{size:&#34;20&#34;,maxlength:&#34;30&#34;}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;tare2&#39;,index:&#39;tare2&#39;, width:150,editable: true,editoptions:{size:&#34;20&#34;,maxlength:&#34;30&#34;}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;adjust&#39;,index:&#39;adjust&#39;, width:150,editable: true,editoptions:{size:&#34;20&#34;,maxlength:&#34;30&#34;}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;actual&#39;,index:&#39;actual&#39;, width:150,editable: true,editoptions:{size:&#34;20&#34;,maxlength:&#34;30&#34;}}, &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;note&#39;,index:&#39;note&#39;, width:200, sortable:false,editable: true,edittype:&#34;textarea&#34;, editoptions:{rows:&#34;2&#34;,cols:&#34;10&#34;}} <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;onSelectRow: function(id){ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if(id &#38;&#38; id!==lastsel2){ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#34;#rowed5&#34;).jqGrid(&#39;restoreRow&#39;,lastsel3); <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#34;#rowed5&#34;).jqGrid(&#39;editRow&#39;,id,true); <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;lastsel2=id; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;} <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;editurl: &#34;SCTE2&#34;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;caption: &#34;Input Types&#34; }); <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var mydata3 = [ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{id:&#34;test&#34;,ticketNo:&#34;test&#34;,itemCode:&#34;test&#34;,gross1:&#34;test&#34;,tare1:&#34;test&#34;, gross2:&#34;test&#34;, tare2:&#34;test&#34;, adjust:&#34;test&#34;, actual:&#34;test&#34;, actions:&#34;Btns&#34;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{id:&#34;test&#34;,ticketNo:&#34;test&#34;,itemCode:&#34;test&#34;,gross1:&#34;test&#34;,tare1:&#34;test&#34;, gross2:&#34;test&#34;, tare2:&#34;test&#34;, adjust:&#34;test&#34;, actual:&#34;test&#34;, actions:&#34;Btns&#34;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{id:&#34;test&#34;,ticketNo:&#34;test&#34;,itemCode:&#34;test&#34;,gross1:&#34;test&#34;,tare1:&#34;test&#34;, gross2:&#34;test&#34;, tare2:&#34;test&#34;, adjust:&#34;test&#34;, actual:&#34;test&#34;, actions:&#34;Btns&#34;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{id:&#34;test&#34;,ticketNo:&#34;test&#34;,itemCode:&#34;test&#34;,gross1:&#34;test&#34;,tare1:&#34;test&#34;, gross2:&#34;test&#34;, tare2:&#34;test&#34;, adjust:&#34;test&#34;, actual:&#34;test&#34;, actions:&#34;Btns&#34;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{id:&#34;test&#34;,ticketNo:&#34;test&#34;,itemCode:&#34;test&#34;,gross1:&#34;test&#34;,tare1:&#34;test&#34;, gross2:&#34;test&#34;, tare2:&#34;test&#34;, adjust:&#34;test&#34;, actual:&#34;test&#34;, actions:&#34;Btns&#34;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{id:&#34;test&#34;,ticketNo:&#34;test&#34;,itemCode:&#34;test&#34;,gross1:&#34;test&#34;,tare1:&#34;test&#34;, gross2:&#34;test&#34;, tare2:&#34;test&#34;, adjust:&#34;test&#34;, actual:&#34;test&#34;, actions:&#34;Btns&#34;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{id:&#34;test&#34;,ticketNo:&#34;test&#34;,itemCode:&#34;test&#34;,gross1:&#34;test&#34;,tare1:&#34;test&#34;, gross2:&#34;test&#34;, tare2:&#34;test&#34;, adjust:&#34;test&#34;, actual:&#34;test&#34;, actions:&#34;Btns&#34;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;]; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;for(var i=0;i &#60; mydata2.length;i++) <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#34;#rowed5&#34;).jqGrid(&#39;addRowData&#39;,mydata2[i].id,mydata2[i]); <br />&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;});&#160;&#160;</p>
</div>
<p><input type='button' class='sfcodeselect' name='sfselectit7242' value='Select Code' data-codeid='sfcode7242' /></p>
<div class='sfcode' id='sfcode7242'>&#160;&#160; &#60;/script&#62;<br />&#60;/head&#62;</p>
<p>&#60;body&#62;<br />&#160;&#160; &#160;TEST TEST TEST<br />&#160;&#160; &#160;&#60;table id=&#34;rowed5&#34; class=&#34;scroll&#34; cellpadding=&#34;0&#34; cellspacing=&#34;0&#34;&#62;&#60;/table&#62;<br />&#160;&#160; &#160;&#60;div id=&#34;pager2&#34; class=&#34;scroll&#34; style=&#34;text-align: center; height: 35px;&#34;&#62;&#60;/div&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;</p>
</div>
]]></description>
        	        	<pubDate>Wed, 12 May 2010 22:15:19 +0300</pubDate>
        </item>
</channel>
</rss>