<?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: Internet Explorer problem. Anyone help pls!</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/internet-explorer-problem-anyone-help-pls</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/internet-explorer-problem-anyone-help-pls/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Internet Explorer problem. Anyone help pls!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/internet-explorer-problem-anyone-help-pls#p5543</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/internet-explorer-problem-anyone-help-pls#p5543</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Before to pass this in jqGrid try to see what is when you do this in IE7</p>
</p>
<p>var myjsonarr = eval("("+mystr+")");</p>
</p>
<p>This should produce a json object, but I see emty cell - ie cell:[],</p>
<p>Try to put emty data here instead that this should be empty.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 24 Mar 2009 02:19:05 +0200</pubDate>
        </item>
        <item>
        	<title>fractalsanta on Internet Explorer problem. Anyone help pls!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/internet-explorer-problem-anyone-help-pls#p5516</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/internet-explorer-problem-anyone-help-pls#p5516</guid>
        	        	<description><![CDATA[<p>Also, will the jsonstring method work if I want to implement the search functionality later. Since I&#39;m not going to be using $_GET or anything does this limit me with AJAX usage as well?</p>
]]></description>
        	        	<pubDate>Mon, 23 Mar 2009 06:24:28 +0200</pubDate>
        </item>
        <item>
        	<title>fractalsanta on Internet Explorer problem. Anyone help pls!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/internet-explorer-problem-anyone-help-pls#p5515</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/internet-explorer-problem-anyone-help-pls#p5515</guid>
        	        	<description><![CDATA[<p>Hi there,</p>
<p>Could anyone help pls - currently having issues with getting my grid to work in IE7. The grid renders fine in Firefox, but in Internet Explorer 7 the red loading message ("Loading...") does not disappear and the pagination and other elements dont display. Also, the sorting doesn&#39;t work. In FF everything renders fine, except that the pagination doesn&#39;t work. I&#39;m using a JSONSTRING to display the data.</p>
<p>Could anyone please help? Here is the html output that is created by a custom PHP class :</p>
</p>
<p>&#60;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "<a href="http://www.w3.org/TR/html4/loose.dtd" target="_blank">http://www.w3.org/TR/html4/loose.dtd</a>"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#60;html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>"&#62;<br />&#60;head&#62;<br />&#60;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&#62;<br />&#60;title&#62;iSAMS Layout&#60;/title&#62;<br />&#60;!--CSS declarations--&#62;<br />&#60;link rel="stylesheet" type="text/css" href="css/main.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" href="css/accordion.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="themes/basic/grid.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="themes/jqModal.css" /&#62;<br />&#60;!--JS declarations--&#62;<br />&#60;script src="jquery.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript" src="jquery-ui-personalized-1.5.3.js"&#62;&#60;/script&#62;</p>
<p>&#60;/head&#62;</p>
<p>&#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;&#60;script type="text/javascript"&#62;<br />&#160;var mystr =<br />&#160;&#160;"{" +<br />&#160;&#160;"total: &#39;3&#39;," +<br />&#160;&#160;"page: &#39;1&#39;," +<br />&#160;&#160;"records: &#39;13&#39;," +<br />&#160;&#160;"rows : [" +<br />&#160;&#160;"{id:&#39;0&#39;, cell:[]}," + "{id:&#39;1&#39;, cell:[&#39;1&#39;,&#39;Akasia&#39;,&#39;1234&#39;]}," + "{id:&#39;2&#39;, cell:[&#39;2&#39;,&#39;Pretoria Noord&#39;,&#39;1334&#39;]}," + "]" +<br />&#160;&#160;"}";<br />&#160;&#160;<br />&#160;&#160;jQuery(document).ready(function()<br />&#160;&#160;{jQuery("#list").jqGrid(<br />&#160;&#160;{&#160;datatype: &#39;jsonstring&#39;, <br />&#160;&#160;&#160;datastr: mystr,&#160;<br />&#160;&#160;&#160;jsonReader : { <br />&#160;&#160;&#160;&#160;&#160;&#160;root: "rows", <br />&#160;&#160;&#160;&#160;&#160;&#160;page: "page", <br />&#160;&#160;&#160;&#160;&#160;&#160;total: "total", <br />&#160;&#160;&#160;&#160;&#160;&#160;records: "records", <br />&#160;&#160;&#160;&#160;&#160;&#160;repeatitems: true, <br />&#160;&#160;&#160;&#160;&#160;&#160;cell: "cell", <br />&#160;&#160;&#160;&#160;&#160;&#160;id: "id", <br />&#160;&#160;&#160;&#160;&#160;&#160;subgrid: { root:"rows", repeatitems: true, cell:"cell" } <br />&#160;&#160;&#160;},</p>
<p>&#160;&#160;&#160;&#160;&#160;colNames:[&#39;SchoolID&#39;,&#39;SchoolName&#39;,&#39;EMISNumber&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel :[{name:&#39;SchoolID&#39;,index:&#39;SchoolID&#39;, width:20, sortable:true, align:&#39;center&#39;},{name:&#39;SchoolName&#39;,index:&#39;SchoolName&#39;, width:20, sortable:true, align:&#39;center&#39;},{name:&#39;EMISNumber&#39;,index:&#39;EMISNumber&#39;, width:20, sortable:true, align:&#39;center&#39;}],<br />&#160;&#160;&#160;&#160;&#160;pager: jQuery(&#39;#pager2&#39;),<br />&#160;&#160;&#160;&#160;&#160;rowNum:10,<br />&#160;&#160;&#160;&#160;&#160;rowList:[10,20,30],<br />&#160;&#160;&#160;&#160;&#160;imgpath: &#39;themes/basic/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;sortname: &#39;SchoolID&#39;,<br />&#160;&#160;&#160;&#160;&#160;viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;sortorder: &#39;asc&#39;,<br />&#160;&#160;&#160;&#160;&#160;caption: &#39;GridName&#39;,<br />&#160;&#160;&#160;&#160;&#160;width: 300,<br />&#160;&#160;&#160;&#160;&#160;height: 200</p>
<p>&#160;&#160;<br />&#160;&#160;&#160;&#160;}).navGrid(&#39;#pager2&#39;,{edit:false,add:false,del:false}); <br />&#160;&#160;&#160;});<br />&#160;&#160;<br />&#160;&#160;&#60;/script&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/head&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;body&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;!-- the grid definition in html is a table tag with class &#39;scroll&#39; --&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;table id="list" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;div id="pager2" class="scroll" style="text-align:left;"&#62;&#60;/div&#62;&#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;<br />&#160;&#160; &#60;br style="clear: both;" /&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;</p>
</p>
<p>Your help would be much appreciated!</p>
]]></description>
        	        	<pubDate>Mon, 23 Mar 2009 06:04:36 +0200</pubDate>
        </item>
</channel>
</rss>