<?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: FireFox get stuck Loading....</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/firefox-get-stuck-loading</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/firefox-get-stuck-loading/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>GillBates on FireFox get stuck Loading....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/firefox-get-stuck-loading#p3115</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/firefox-get-stuck-loading#p3115</guid>
        	        	<description><![CDATA[<p>Hi again,</p>
<p>A friend tried with his FF-client and it worked, so I reinstalled my FF&#160;and everything work ok!(?)</p>
<p>Thx for your time!</p>
]]></description>
        	        	<pubDate>Mon, 17 Nov 2008 03:54:37 +0200</pubDate>
        </item>
        <item>
        	<title>tony on FireFox get stuck Loading....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/firefox-get-stuck-loading#p3076</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/firefox-get-stuck-loading#p3076</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Maybe the problem is here</p>
<p>colModell:[</p>
<p>....</p>
<p>{name:"Kap",index:"Kap", width:100,xmlmap:"Kap"},//sorttype:"float"}<br />],</p>
<p>...</p>
<p>The comma at the last item is not valid item. Maybe this should not work</p>
<p>in IE6 too</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 14 Nov 2008 08:56:25 +0200</pubDate>
        </item>
        <item>
        	<title>GillBates on FireFox get stuck Loading....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/firefox-get-stuck-loading#p3074</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/firefox-get-stuck-loading#p3074</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Thanks for some great work with this plugin! Please bear with me since I&#39;m a newbie to this. My problem is that the following code works fine in IE7 but when trying to run it in FF it gets stuck with the loading sign on...The Firebug doesn&#39;t show any errors, and the response from the php-files creating the xml seems to be ok too (i.e. the xml data seems to be ok). Any ideas??</p>
</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"&#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;link rel="stylesheet" type="text/css" media="screen" title="basic" href="themes/basic/grid.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" title="basic" href="themes/jqModal.css" /&#62;<br />&#60;script type="text/javascript" language="javascript" src="jquery-1.2.6.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" language="javascript" src="jquery_from_jqGrid.js"&#62;&#60;/script&#62;<br />&#60;script type=&#39;text/javascript&#39; language=&#39;javascript&#39; src=&#39;jquery.jqGrid.js&#39;&#62;&#60;/script&#62;<br />&#60;script type=&#39;text/javascript&#39; language=&#39;javascript&#39; src=&#39;js/jqDnR.js&#39;&#62;&#60;/script&#62;<br />&#60;script type=&#39;text/javascript&#39; language=&#39;javascript&#39; src=&#39;js/jqModal.js&#39;&#62;&#60;/script&#62;<br />&#60;/head&#62;<br />&#60;/body&#62;<br />&#60;table id="list19" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62;<br />&#60;div id="myPager" class="scroll"&#62;&#60;/div&#62;<br />&#60;script type="text/javascript"&#62;<br />gridimgpath=&#39;themes/basic/images&#39;;<br />jQuery("#list19").jqGrid({<br />&#160;&#160; &#160;&#160;&#160; url:&#39;getPiles.php?q=1&#39;,<br />&#160;&#160;&#160; datatype: "xml",<br />&#160;&#160;&#160; height: 600,<br />&#160;&#160; &#160;&#160;&#160; colNames:["P&#229;lnummer","KranID", "Slagdatum", "Kap"],<br />&#160;&#160; &#160;&#160;&#160; colModel:[<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:"Palnr",index:"Palnr", width:120, xmlmap:"Palnr"},//, editable:true, sorttype:&#39;number&#39;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:"Kranid",index:"Kranid", width:80,xmlmap:"Kranid"},//, editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:"Slagningsdatum",index:"Slagningsdatum", width:130, align:"right",xmlmap:"Slagningsdatum"},//, sorttype:"date",editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:"Kap",index:"Kap", width:100,xmlmap:"Kap"},//sorttype:"float"}<br />&#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160;&#160; xmlReader: {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; root : &#39;rows&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; row: &#39;Pale&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; repeatitems: false,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; id: &#39;[id]&#39;<br />&#160;&#160;&#160; },<br />&#160;&#160; &#160;&#160;&#160; rowNum:30,<br />&#160;&#160; &#160;&#160;&#160; rowList:[30,60,90],<br />&#160;&#160; &#160;&#160;&#160; imgpath: gridimgpath,<br />&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#myPager&#39;),<br />&#160;&#160; &#160;&#160;&#160; sortname: &#39;Palnr&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; multiselect: false,<br />&#160;&#160;&#160; subGrid: true,<br />&#160;&#160;&#160; subGridRowExpanded: function(subgrid_id, row_id) {<br />&#160;&#160;&#160; &#160;&#160;&#160; // we pass two parameters<br />&#160;&#160;&#160; &#160;&#160;&#160; // subgrid_id is a id of the div tag created whitin a table data<br />&#160;&#160;&#160; &#160;&#160;&#160; // the id of this elemenet is a combination of the "sg_" + id of the row<br />&#160;&#160;&#160; &#160;&#160;&#160; // the row_id is the id of the row<br />&#160;&#160;&#160; &#160;&#160;&#160; // If we wan to pass additinal parameters to the url we can use<br />&#160;&#160;&#160; &#160;&#160;&#160; // a method getRowData(row_id) - which returns associative array in type name-value<br />&#160;&#160;&#160; &#160;&#160;&#160; // here we can easy construct the flowing<br />&#160;&#160;&#160; &#160;&#160;&#160; var subgrid_table_id, pager_id;<br />&#160;&#160;&#160; &#160;&#160;&#160; subgrid_table_id = subgrid_id+"_t";<br />&#160;&#160;&#160; &#160;&#160;&#160; pager_id = "p_"+subgrid_table_id;<br />&#160;&#160;&#160; &#160;&#160;&#160; $("#"+subgrid_id).html("&#60;table id=&#39;"+subgrid_table_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;&#60;div id=&#39;"+pager_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/div&#62;");<br />&#160;&#160;&#160; &#160;&#160;&#160; jQuery("#"+subgrid_table_id).jqGrid({<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; url:&#39;getElements.php?q=2&#38;id=&#39;+row_id,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; datatype: "xml",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colNames: [&#39;Elementtyp&#39;,&#39;L&#228;ngd&#39;,&#39;Gjutdatum&#39;,&#39;Ursprung&#39;],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Segmenttyp&#39;,index:&#39;Segmenttyp&#39;,width:80,align:&#39;left&#39;,xmlmap:&#39;Segmenttyp&#39;},//,editable:true, edittype:&#39;text&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Segmentlangd&#39;,index:&#39;Segmentangd&#39;, width:80, align:&#39;right&#39;, xmlmap:&#39;Segmentlangd&#39;},//, editable:true, edittype:&#39;text&#39;, sortable:&#39;false&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Gjutdatum&#39;,index:&#39;Gjutdatum&#39;, width:80, align:&#39;right&#39;,xmlmap:&#39;Gjutdatum&#39;, sorttype:&#39;date&#39;},//,editable:true, edittype:&#39;text&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Ursprung&#39;,index:&#39;Urpsrung&#39;, width:80, align:&#39;left&#39;,xmlmap:&#39;Ursprung&#39;, sorttype:&#39;date&#39;}//,editable:true, edittype:&#39;text&#39;}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; xmlReader: {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; root : &#39;rows&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; row: &#39;Segment&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; repeatitems: false,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; id: &#39;[Segmentraknare]&#39;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowNum:5,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; pager: pager_id,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; caption: "Element",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; imgpath: gridimgpath,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortname: &#39;Segmenttyp&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortorder: "asc",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; height: &#39;100%&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; caption: "Element"<br />&#160;&#160;&#160; &#160;&#160;&#160; }).navGrid("#"+pager_id,{edit:false,add:false,del:false})<br />&#160;&#160;&#160; },<br />&#160;&#160;&#160; subGridRowColapsed: function(subgrid_id, row_id) {<br />&#160;&#160;&#160; &#160;&#160;&#160; // this function is called before removing the data<br />&#160;&#160;&#160; &#160;&#160;&#160; //var subgrid_table_id;<br />&#160;&#160;&#160; &#160;&#160;&#160; //subgrid_table_id = subgrid_id+"_t";<br />&#160;&#160;&#160; &#160;&#160;&#160; //jQuery("#"+subgrid_table_id).remove();<br />&#160;&#160;&#160; }<br />}).navGrid(&#39;#myPager&#39;,{add:false,edit:false,del:false});<br />&#60;/script&#62;<br />&#160;&#60;/body&#62;<br />&#160;&#60;/html&#62;</p>
<p>Thanks</p>
<p>Gill Bates</p>
]]></description>
        	        	<pubDate>Fri, 14 Nov 2008 07:53:06 +0200</pubDate>
        </item>
</channel>
</rss>