<?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 not working in IE</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-not-working-in-ie</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-not-working-in-ie/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>gcaprio on getRowData not working in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-not-working-in-ie#p7169</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-not-working-in-ie#p7169</guid>
        	        	<description><![CDATA[<p>Anyone have any other ideas about this?&#160; I&#39;m having the same issue and I would really hate to have to revert back to 1.2.6.</p>
]]></description>
        	        	<pubDate>Thu, 11 Jun 2009 15:03:40 +0300</pubDate>
        </item>
        <item>
        	<title>alan on getRowData not working in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-not-working-in-ie#p6577</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-not-working-in-ie#p6577</guid>
        	        	<description><![CDATA[<p>In IE, mya[0] was undefined, and the array was empty. I did get data in Firefox.</p>
<p>Then, when I reverted back to the older (1.2.6) version of jQuery, all was well in IE. I am currently having to use the older version of jQuery because of this. It seemed to be a bug with nth-child... Let me know if you find anything.</p>
]]></description>
        	        	<pubDate>Sat, 09 May 2009 08:46:48 +0300</pubDate>
        </item>
        <item>
        	<title>tony on getRowData not working in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-not-working-in-ie#p6572</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-not-working-in-ie#p6572</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>What you have if you make alert(mya[0])?</p>
<p>Also check what values do you have in mya.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 09 May 2009 07:43:46 +0300</pubDate>
        </item>
        <item>
        	<title>alan on getRowData not working in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-not-working-in-ie#p6548</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-not-working-in-ie#p6548</guid>
        	        	<description><![CDATA[<p>Dammit, man. I've been chasing this one all day long. getRowData not working with jQuery 1.3.1 or 1.3.2. I had to revert to 1.2.6. Is anyone else still having this problem?</p>
<p>I can export data to an excel file in FF/Chrome, but not IE7. After going to 1.2.6, I can export in IE.</p>
<p>    function export_data()<br />
    {<br />
        var mya=new Array();<br />
        mya=$("#list").getDataIDs();                    // Get All IDs<br />
        var data=$("#list").getRowData(mya[0]);            // Get First row to get the labels (jquery 1.3.1 &#038; 1.3.2 NOT WORK HERE. had to use 1.2.6)</p>
<p>        var colNames=new Array();<br />
        var x=0;</p>
<p>        for (var i in data){colNames[x++]=i;}            // capture col names</p>
<p>//        var html="";<br />
        var html="<%=xls_header%>"+"\\n";                // add header row<br />
        html=html.replace(/,/g,"\\t");                    // tab-delimit header row</p>
<p>        for(var r=0;r<mya.length;r++)
        {
            data=$("#list").getRowData(mya[r]);    // get each row
            for(j=0;j<colNames.length;j++)
                {
                    html=html+data[colNames[j]]+"\\t";    // output each column as tab delimited
                }
            html=html+"\\n";  // output each row with end of line
        }
        html=html+"\\n";  // end of line at the end
       
        document.export_map.csvBuffer.value=html;
        document.export_map.method='POST';
        document.export_map.action='../Reports/ExportCategoryMaps.asp';  // send it to server which will open this contents in excel file
        document.export_map.target='_self';
        document.export_map.submit();
    }
</p>
]]></description>
        	        	<pubDate>Thu, 07 May 2009 12:58:37 +0300</pubDate>
        </item>
</channel>
</rss>