<?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: 'p.rownumbers' is null or not an object on IE8</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/p-rownumbers-is-null-or-not-an-object-on-ie8</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/bugs/p-rownumbers-is-null-or-not-an-object-on-ie8/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on 'p.rownumbers' is null or not an object on IE8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/p-rownumbers-is-null-or-not-an-object-on-ie8#p27513</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/p-rownumbers-is-null-or-not-an-object-on-ie8#p27513</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks, but you use a very old version. This problem was fixed from long time.</p>
<p>Thanks anyway.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 11 Oct 2012 17:29:32 +0300</pubDate>
        </item>
        <item>
        	<title>gkgeorgiev on 'p.rownumbers' is null or not an object on IE8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/p-rownumbers-is-null-or-not-an-object-on-ie8#p27503</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/p-rownumbers-is-null-or-not-an-object-on-ie8#p27503</guid>
        	        	<description><![CDATA[<p>Just in case, if anybody encounters the same issue - it is the "class" attribute in the jqGrid colModel. It must be wrapped by quotes, because apparently it is some key word in IE7/8.</p>
<p>Stupid but it took me some time to realize it!</p></p>
]]></description>
        	        	<pubDate>Tue, 09 Oct 2012 12:47:43 +0300</pubDate>
        </item>
        <item>
        	<title>gkgeorgiev on 'p.rownumbers' is null or not an object on IE8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/p-rownumbers-is-null-or-not-an-object-on-ie8#p27495</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/p-rownumbers-is-null-or-not-an-object-on-ie8#p27495</guid>
        	        	<description><![CDATA[<p>Dear All,</p>
<p>I&#39;ve been using for quite a while jqGrid and I encountered number of issues. Most of them I fixed by googling but this one I can&#39;t fix by my own.</p>
<p>I get the following error when I&#39;m testing the application on IE8(even in compatibility mode):</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4483' value='Select Code' data-codeid='sfcode4483' /></p>
<div class='sfcode' id='sfcode4483'>Message: &#39;p.rownumbers&#39; is null or not an object<br />Line: 123<br />Char: 121<br />Code: 0<br />URI: <a href="http://localhost:7213/afis/urt2/script/grid381/jquery.jqGrid.custom.min.js" rel="nofollow" target="_blank"><a href="http://localhost:7213/afis/urt" rel="nofollow">http://localhost:7213/afis/urt</a>.....tom.min.js</a></div>
</p>
<p>The same code works on FF 15 perfectly.</p>
<p>&#160;&#160;&#160;&#160; </p>
<p><input type='button' class='sfcodeselect' name='sfselectit4484' value='Select Code' data-codeid='sfcode4484' /></p>
<div class='sfcode' id='sfcode4484'>$(function(){</div>
<p><input type='button' class='sfcodeselect' name='sfselectit1895' value='Select Code' data-codeid='sfcode1895' /></p>
<div class='sfcode' id='sfcode1895'>jQuery(&#34;#mbxSelection&#34;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;local&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;ID&#39;, &#39;Friendly Name&#39;, &#39;Description&#39;,&#39;Status&#39;,&#39;&#39;],<br />&#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; {name:&#39;name&#39;,index:&#39;name&#39;, width:100, editable:true, edittype:&#39;text&#39;, editoptions:{required: true, size:&#34;20&#34;,maxlength:&#34;255&#34;, class: &#34;jqGridCell required&#34;}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;friendlyName&#39;,index:&#39;friendlyName&#39;, width:120,editable:true, edittype:&#39;text&#39;, editoptions:{required: true, size:&#34;20&#34;,maxlength:&#34;255&#34;, class: &#34;jqGridCell required&#34;}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;details&#39;,index:&#39;details&#39;, width:150, align:&#34;right&#34;,editable:true, edittype:&#39;text&#39;, editoptions:{size:&#34;20&#34;,maxlength:&#34;255&#34;, class:&#34;jqGridCell&#34;}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;status&#39;,index:&#39;status&#39;, width:100, align:&#34;center&#34;,editable:true, edittype:&#39;custom&#39;, editoptions:{custom_element: customCheckBox, custom_value:getSetCustomCheckBoxValue, style: &#34;width:10px;&#34;}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;action&#39;,index:&#39;action&#39;, editable:false, width:20, align:&#34;center&#34;}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; edit : {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; recreateForm: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editurl: &#34;clientArray&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;name&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: &#34;desc&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: &#34;100%&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#34;MAB Mailbox(es)&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onSelectRow: onSelectMailboxRow<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</div>
<p><input type='button' class='sfcodeselect' name='sfselectit5208' value='Select Code' data-codeid='sfcode5208' /></p>
<div class='sfcode' id='sfcode5208'>});</div>
<p>The jqGrid librariy I use is version 3.8.1.</p>
</p>
<p>Does anyone have any idea what&#39;s going on?</p>
]]></description>
        	        	<pubDate>Mon, 08 Oct 2012 16:10:56 +0300</pubDate>
        </item>
</channel>
</rss>