<?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: JQ Grid doesn't work on Internet Explorer</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jq-grid-doesnt-work-on-internet-explorer</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/jq-grid-doesnt-work-on-internet-explorer/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on JQ Grid doesn't work on Internet Explorer</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jq-grid-doesnt-work-on-internet-explorer#p17963</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jq-grid-doesnt-work-on-internet-explorer#p17963</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The error is in your code</p>
</p>
<p>jQuery(document).ready(function(){ <br />&#160; jQuery("#list").jqGrid({<br />&#160;&#160;&#160; url:&#39;results.xml&#39;,<br />&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; colNames:[&#39;Del&#39;,&#39;Edit&#39;, &#39;User&#39;,&#39;Points&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160; &#160;&#160; {name:&#39;index_del&#39;, index:&#39;index_del&#39;, width:33, align:&#39;center&#39;, sortable:false}, <br />&#160;&#160; &#160;&#160; {name:&#39;index_edit&#39;, index:&#39;index_edit&#39;, width:38, align:&#39;center&#39;, sortable:false}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;index_cp&#39;, index:&#39;index_cp&#39;, width:382}, <br /><strong>&#160;&#160;&#160;&#160;&#160; {name:&#39;index_members&#39;, index:&#39;index_members&#39;, width:312}, &#60;======== Erorr</strong><br />&#160;&#160;&#160; ],</p>
</p>
<p>Remove that comma and you will enjoy the grid in IE</p>
]]></description>
        	        	<pubDate>Wed, 16 Jun 2010 14:08:34 +0300</pubDate>
        </item>
        <item>
        	<title>rmsaacid on JQ Grid doesn't work on Internet Explorer</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jq-grid-doesnt-work-on-internet-explorer#p17834</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jq-grid-doesnt-work-on-internet-explorer#p17834</guid>
        	        	<description><![CDATA[<p>Problem Description: JQ Grid <strong>works fine on Firefox, Safari and Opera</strong>,  but <strong>it doens&#39;t work on IE</strong>.</p>
<p>Synthoms: Error icon is shown on the left side footer.</p>
<p>Test Server: <a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://www.wallacewireless.com/__TEST/wic50/jqGridTest/&#39;);" href="http://www.wallacewireless.com/__TEST/wic50/jqGridTest/" target="_blank"></a><a href="http://www.wallacewireless.com" rel="nofollow" target="_blank">http://www.wallacewireless.com</a>.....qGridTest/<br /> Project Zip File: <a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://www.wallacewireless.com/__TEST/wic50/jqGridTest/jqGridTest.zip&#39;);" href="http://www.wallacewireless.com/__TEST/wic50/jqGridTest/jqGridTest.zip" target="_blank"></a><a href="http://www.wallacewireless.com" rel="nofollow" target="_blank">http://www.wallacewireless.com</a>.....idTest.zip</p>
<p>HTML Code:<br />==========================================================================================================================================<br /><span style="color: #808080;">&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#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;title&#62;Roger&#39;s JQ Grid - Testing&#60;/title&#62;<br />&#60;link href="css/ui.jqgrid.css" rel="stylesheet" type="text/css" /&#62;<br />&#60;link href="css/smoothness/jquery-ui-1.8.2.custom.css" rel="stylesheet" type="text/css" /&#62;<br />&#60;style type="text/css"&#62;<br />&#60;!--<br />html, body {<br />&#160;&#160; &#160;font-size: 75%;<br />&#160;&#160; &#160;margin: 0px;<br />&#160;&#160; &#160;padding: 0px;<br />}<br />--&#62;<br />&#60;/style&#62;<br />&#60;script type="text/javascript" src="js/jquery-1.4.2.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="js/src/grid.loader.js"&#62;&#60;/script&#62;</span></p>
<p>&#60;script type="text/javascript"&#62;<br />jQuery(document).ready(function(){ <br />&#160; jQuery("#list").jqGrid({<br />&#160;&#160;&#160; url:&#39;results.xml&#39;,<br />&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; colNames:[&#39;Del&#39;,&#39;Edit&#39;, &#39;User&#39;,&#39;Points&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160; &#160;&#160; {name:&#39;index_del&#39;, index:&#39;index_del&#39;, width:33, align:&#39;center&#39;, sortable:false}, <br />&#160;&#160; &#160;&#160; {name:&#39;index_edit&#39;, index:&#39;index_edit&#39;, width:38, align:&#39;center&#39;, sortable:false}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;index_cp&#39;, index:&#39;index_cp&#39;, width:382}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;index_members&#39;, index:&#39;index_members&#39;, width:312}, <br />&#160;&#160;&#160; ],<br />&#160;&#160;&#160; pager: &#39;#pager&#39;,<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; sortname: &#39;index_members&#39;,<br />&#160;&#160;&#160; sortorder: &#39;desc&#39;,<br />&#160;&#160;&#160; viewrecords: true<br />&#160; }); <br />}); <br />&#60;/script&#62;</p>
<p>&#60;/head&#62;</p>
<p>&#60;body&#62;<br />&#60;table id="list"&#62;&#60;/table&#62; <br />&#60;div id="pager"&#62;&#60;/div&#62; <br />&#60;/body&#62;<br />&#60;/html&#62;<br />==========================================================================================================================================</p>
<p>This is the error details:<br />==========================================================================================================================================<br /><span style="color: #808080;">Webpage error details</span></p>
<p>User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)<br />Timestamp: Wed, 9 Jun 2010 16:21:55 UTC</p>
<p>Message: Object doesn&#39;t support this property or method<br />Line: 23<br />Char: 3<br />Code: 0<br />URI: <a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://www.wallacewireless.com/__TEST/wic50/jqGridTest/&#39;);" rel="nofollow" href="http://www.wallacewireless.com/__TEST/wic50/jqGridTest/" target="_blank"></a><a href="http://www.wallacewireless.com" rel="nofollow" target="_blank">http://www.wallacewireless.com</a>.....qGridTest/<br />==========================================================================================================================================</p>
<p>I am a newbie on JQ Grid and I am clueless about this issue<br />Any help would be very appreciated.</p>
<p>Tks,</p>
]]></description>
        	        	<pubDate>Wed, 09 Jun 2010 19:31:45 +0300</pubDate>
        </item>
</channel>
</rss>