<?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: getRowData &#38; IE 7</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-ie-7</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/getrowdata-ie-7/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on getRowData &#38; IE 7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-ie-7#p7180</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-ie-7#p7180</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for investigating this behaviour. I recommend to use 3.5 where all modules are combined in one file.</p>
<p>Bets Regsrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 12 Jun 2009 00:51:17 +0300</pubDate>
        </item>
        <item>
        	<title>gcaprio on getRowData &#38; IE 7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-ie-7#p7171</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-ie-7#p7171</guid>
        	        	<description><![CDATA[<p>Ok, seems I solved my own issue.&#160; The trick was to include all of the individual .js files manually. So instead of this:</p>
</p>
<p>&#60;script type="text/javascript" src="/Scripts/jquery.jqGrid.js" charset="utf-8"&#62;&#60;/script&#62;</p>
<p>I have all of the js files listed individually:</p>
<p>&#60;script type="text/javascript" src="/Scripts/js/grid.locale-en.js" charset="utf-8"&#62;&#60;/script&#62;<br />.....</p>
<p>&#60;script type="text/javascript" src="/Scripts/js/grid.setcolumns.js" charset="utf-8"&#62;&#60;/script&#62;</p>
</p>
<p>That seems to work now.</p>
]]></description>
        	        	<pubDate>Thu, 11 Jun 2009 15:47:45 +0300</pubDate>
        </item>
        <item>
        	<title>gcaprio on getRowData &#38; IE 7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-ie-7#p7170</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-ie-7#p7170</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Great plugin.&#160; However, I am currently having an issue with the getRowData method call in IE.&#160; Given this grid definition:</p>
<p>jQuery("#list").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;/Warehouse/CatalogEditor/GridData/&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 400,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;WarehouseID&#39;, &#39;Stock Number&#39;, &#39;Name&#39;, &#39;Description&#39;, &#39;Items In Stock&#39;, &#39;In Stock&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;WarehouseID&#39;, index: &#39;WarehouseID&#39;, width: 16, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;StockNumber&#39;, index: &#39;StockNumber&#39;, width: 95, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Name&#39;, index: &#39;Name&#39;, width: 200, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Description&#39;, index: &#39;Description&#39;, width: 285, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ItemsInStock&#39;, index: &#39;ItemsInStock&#39;, width: 75, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;InStock&#39;, index: &#39;InStock&#39;, width: 75, align: &#39;left&#39;}],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; multiselect: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;StockNumber&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: &#39;/scripts/themes/basic/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; forceFit: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>and this call:</p>
<p>var ret = jQuery("#list").getRowData(rowId);&#160;&#160;&#160;&#160;&#160;&#160;</p>
<p>I get an &#39;undefined&#39; when I try and look at any of the properties of the ret variable.&#160; This works just fine in FF, but not in IE.&#160; I&#39;m using jQuery 1.3.2, jqGrid 3.4.4 and IE 7.</p>
<p>Anyone have any ideas?&#160; Is this a fix that&#39;s in the newest beta?</p>
]]></description>
        	        	<pubDate>Thu, 11 Jun 2009 15:27:54 +0300</pubDate>
        </item>
</channel>
</rss>