<?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: Problem with jqgrid in IE8</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-jqgrid-in-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/help/problem-with-jqgrid-in-ie8/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on Problem with jqgrid in IE8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-jqgrid-in-ie8#p15661</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-jqgrid-in-ie8#p15661</guid>
        	        	<description><![CDATA[<p>Hello abkhandelwal!</p>
</p>
<p>First of all, if you think that your problem is the problem of jqGrid, so mostly pure javascript problem, you must be able to create a small html/javascript example, where the problem exist. So try to create one html page with a javascript inside, which use jqGrid and do almost the same, which your current project with the error do. Either during this work you find the reason of your problem yourself or you&#39;ll create a working example where the problem exist.</p>
<p>If you project works with server, try to fill the same data without comunication with server. To do this, replace "datatype" parameter of jqGrid to "datatype: &#39;local&#39;" and fill your test data with respect of addRowData function, like this do following code:</p>
<p>jQuery(&#39;#list&#39;).jqGrid({<br />&#160;&#160;&#160; datatype: &#39;local&#39;,<br />&#160;&#160;&#160; ...<br />&#160;&#160;&#160; colNames: [&#39;Name&#39;, &#39;Testtiefe&#39;, &#39;RowVersion&#39;],<br />&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Name&#39;, index: &#39;n&#39;, width: 120 },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;TesttiefeName&#39;, index: &#39;t&#39;, width: 180 },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;RowVersion&#39;, index: &#39;r&#39;, width: 50, hidden: true }],<br />&#160;&#160; ...<br />});<br />var&#160; myData = [<br />&#160;&#160;&#160; { Name: "VIA XP", TesttiefeName: "Alle SW-Produkte", RowVersion: "20FC31" },<br />&#160;&#160;&#160; { Name: "KUBUS", TesttiefeName: "Alle SW-Produkte", RowVersion: "20FC32" }<br />];</p>
<p>&#160;&#160;&#160; for (var i = 0; i &#60;= myData.length; i++)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list").addRowData(i + 1, myData[i]);</p>
<p>You can also place the code example to a place in Internet, if you have access to some web server, and post an url.</p>
<p>If you want, that sombody in the world helps you without any payments from your side, you should at least prepare your question so, that people who read your question receive an a sport interest to solve your problem. At least you have to give enough information to be able to reproduce your problem.</p>
</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Sat, 13 Mar 2010 19:33:59 +0200</pubDate>
        </item>
        <item>
        	<title>abkhandelwal on Problem with jqgrid in IE8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-jqgrid-in-ie8#p15660</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-jqgrid-in-ie8#p15660</guid>
        	        	<description><![CDATA[<blockquote>
<p>OlegK said:</p>
<p>Sorry, but nobody can find an error in your code if you don&#39;t post the code.</p>
<p>And one more question. Do you use 3.6 or 3.6.4 or the last modification of 3.6.4 from <a href="http://www.trirand.com/blog/" rel="nofollow" target="_blank">http://www.trirand.com/blog/</a>? It is also importent to write always which version of jQuery and jQQuiery UI you use.</p>
</blockquote>
<hr />
<p>Hi Oleg,</p>
<p>I am using 3.6 and not the latest one.The version of jquery is 1.3.2.How do i post the code?The problem is that when i call beforeInitData and put an alert in it i get the alert but after that i get the problem in IE saying jquery.jgrid is null or not an object.I am new to web development so dont know much about the internal js working so dont know which code should i post?</p>
]]></description>
        	        	<pubDate>Sat, 13 Mar 2010 18:25:54 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Problem with jqgrid in IE8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-jqgrid-in-ie8#p15659</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-jqgrid-in-ie8#p15659</guid>
        	        	<description><![CDATA[<p>Sorry, but nobody can find an error in your code if you don&#39;t post the code.</p>
<p>And one more question. Do you use 3.6 or 3.6.4 or the last modification of 3.6.4 from /blog/? It is also importent to write always which version of jQuery and jQQuiery UI you use.</p>
]]></description>
        	        	<pubDate>Sat, 13 Mar 2010 13:50:49 +0200</pubDate>
        </item>
        <item>
        	<title>abkhandelwal on Problem with jqgrid in IE8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-jqgrid-in-ie8#p15658</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-jqgrid-in-ie8#p15658</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am using jqgrid 3.6.I am getting an error on IE 8 "jquery.jqgrid is null or not an object" when i try to add or edit in the grid.The code works absolutely fine on FireFox.Can you please help me as it is very urgent as we are going live on Monday.I have tried debugging a lot and it seems there is some race condition happening because of which my code is not working.This will be great if i get a solution ASAP.Thanks in advance.</p>
]]></description>
        	        	<pubDate>Sat, 13 Mar 2010 07:52:49 +0200</pubDate>
        </item>
</channel>
</rss>