<?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: Doesn't display in IE7</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/doesnt-display-in-ie7</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/doesnt-display-in-ie7/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Doesn't display in IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/doesnt-display-in-ie7#p14993</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/doesnt-display-in-ie7#p14993</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Enclose your data in CDATA section.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 20 Feb 2010 11:55:55 +0200</pubDate>
        </item>
        <item>
        	<title>mxchen on Doesn't display in IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/doesnt-display-in-ie7#p14903</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/doesnt-display-in-ie7#p14903</guid>
        	        	<description><![CDATA[<p>Hey tony</p>
</p>
<p>After researching the site and google, I got these useful links to solve my issue, however, what a pity, none of them works for me/</p>
</p>
<p>/jqgridwiki/doku.php?id=wiki:retrieving_data#xml_data</p>
<p>/blog/?page_id=393/help/grid-will-not-load-xml-data-in-internet-explorer-works-in-firefox/</p>
<p>/blog/?page_id=393/help/data-not-displayed-on-ie-and-chrome-firefox-ok/</p>
<p>/blog/?p=362&#38;cpage=4</p>
</p>
<p>I use jqgrid in my site, which works well in IE8. Chrome. Firefox, Safari, but not IE7!</p>
<p>I got the js error message: line 13, character 7209, object required.</p>
<p>Code below:-</p>
<p>XML:</p>
<p>&#60;/rows&#62;&#60;/row&#62;&#60;/cell&#62;&#60;a href="javascript:void(0);"&#62;View Star Ratings&#60;/a&#62;&#60;cell&#62;&#8722;&#60;cell&#62;1&#60;/cell&#62;&#60;cell&#62;&#60;a href="javascript:void(0);"&#62;3&#60;/a&#62;&#60;/cell&#62;&#60;cell&#62;Xi&#39;an&#60;/cell&#62;&#60;cell&#62;Senior Developer&#60;/cell&#62;&#60;cell&#62;17/12/2009 to current&#60;/cell&#62;&#60;/cell&#62;Mingxing Enterprise&#60;br/&#62;Australian Capital Territory public administration&#60;cell&#62;&#8722;&#60;row id="893"&#62;&#8722;&#60;records&#62;1&#60;/records&#62;&#60;total/&#62;&#60;page&#62;0&#60;/page&#62;&#60;rows&#62;</p>
<p>HTML:</p>
<p>&#60;/script&#62;&#160;&#160; &#160;<br />&#160;&#160; &#160;jQuery("#listsg12").jqGrid(&#39;navGrid&#39;,&#39;#pagersg12&#39;,{add:false,edit:false,del:false});&#160;&#160; &#160;});	 &#160; &#160;	 &#160; &#160;}		 &#160; &#160;//jQuery("#"+subgrid_table_id).remove();		 &#160; &#160;//subgrid_table_id = subgrid_id+"_t";		 &#160; &#160;//var subgrid_table_id;		 &#160; &#160;// this function is called before removing the data	 &#160; &#160;subGridRowColapsed: function(subgrid_id, row_id) {	 &#160; &#160;},		 &#160; &#160;jQuery("#"+subgrid_table_id).jqGrid(&#39;navGrid&#39;,"#"+pager_id,{edit:false,add:false,del:false})		 &#160; &#160;});		 &#160; &#160; &#160; &#160;height: &#39;100%&#39;		 &#160; &#160; &#160; &#160;sortorder: "asc",		 &#160; &#160; &#160; 	sortname: &#39;date&#39;,		 &#160; &#160; &#160; 	pager: pager_id,		 &#160; &#160; &#160; 	rowNum:5,			 &#160; &#160;],				 &#160; &#160;{name:"action",index:"action",width:150,sortable:false}				 &#160; &#160;{name:"status",index:"status",width:150},				 &#160; &#160;{name:"author",index:"author",width:140},				 &#160; &#160;{name:"rating",index:"rating",width:80},				 &#160; &#160;{name:"ratingdate",index:"date",width:100,key:true},			 &#160; &#160;colModel: [			 &#160; &#160;colNames: [&#39;Star rated on&#39;,&#39;Star rating&#39;,&#39;Author&#39;,&#39;Status&#39;,&#39;Actions&#39;],			 &#160; &#160;datatype: "xml",			 &#160; &#160;url:"/index.php/eng/member/ratings/?id="+row_id+"&#38;enview=1",		 &#160; &#160;jQuery("#"+subgrid_table_id).jqGrid({		 &#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;");		 &#160; &#160;pager_id = "p_"+subgrid_table_id;		 &#160; &#160;subgrid_table_id = subgrid_id+"_t";		 &#160; &#160;var subgrid_table_id, pager_id;		 &#160; &#160;// here we can easy construct the flowing		 &#160; &#160;// a method getRowData(row_id) - which returns associative array in type name-value		 &#160; &#160;// If we wan to pass additinal parameters to the url we can use		 &#160; &#160;// the row_id is the id of the row		 &#160; &#160;// the id of this elemenet is a combination of the "sg_" + id of the row		 &#160; &#160;// subgrid_id is a id of the div tag created whitin a table data		 &#160; &#160;// we pass two parameters	 &#160; &#160;subGridRowExpanded: function(subgrid_id, row_id) {	 &#160; &#160;caption: "",	 &#160; &#160;subGrid: true,	 &#160; &#160;multiselect: false,&#160;&#160; &#160; &#160; &#160;sortorder: "desc",&#160;&#160; &#160; &#160; &#160;viewrecords: true,&#160;&#160; &#160; &#160; 	sortname: &#39;employername&#39;,&#160;&#160; &#160; &#160; 	pager: &#39;#pagersg11&#39;,&#160;&#160; &#160; &#160; 	rowList:[7],&#160;&#160; &#160; &#160; 	rowNum:7,&#160;&#160; &#160; &#160; 	],&#160;&#160; &#160; &#160; 		{name:&#39;actions&#39;,index:&#39;actions&#39;, width:90, sortable:false, align:&#39;center&#39;},&#160;&#160; &#160; &#160; 		{name:&#39;notpublished&#39;,index:&#39;notpublished&#39;, width:110, align:&#39;center&#39;},&#160;&#160; &#160; &#160; 		{name:&#39;received&#39;,index:&#39;received&#39;, width:90, align:&#39;center&#39;},		&#160;&#160; &#160; &#160; 		{name:&#39;location&#39;,index:&#39;location&#39;, width:100, align:&#39;center&#39;},		&#160;&#160; &#160; &#160; 		{name:&#39;title&#39;,index:&#39;title&#39;, width:100, align:&#39;center&#39;},&#160;&#160; &#160; &#160; 		{name:&#39;jobdate&#39;,index:&#39;jobdate&#39;, width:110, align:&#39;center&#39;},&#160;&#160; &#160; &#160; 		{name:&#39;employername&#39;,index:&#39;employername&#39;, width:120, align:&#39;center&#39;},&#160;&#160; &#160; &#160; 	colModel:[&#160;&#160; &#160; &#160; 	colNames:[&#39;name&#60;br&#62;ID&#39;, &#39;Job&#39;,&#39;title&#39;,&#39;location&#39;,&#39;Star ratings&#60;br&#62; received&#39;,&#39;Star ratings&#60;br&#62; not published&#39;,&#39;Actions&#39;],	 &#160; &#160;height: 190,	 &#160; &#160;datatype: "xml",&#160;&#160; &#160; &#160; 	url:"/index.php/eng/member/xxx/ID/0",	jQuery("#listsg11").jqGrid({	&#60;script language="javascript"&#62;</p>
</p>
<p>Would you to point out the reason?</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Wed, 17 Feb 2010 17:22:55 +0200</pubDate>
        </item>
</channel>
</rss>