<?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: 4.2.0 G.split is not a function error</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-g-split-is-not-a-function-error</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/4-2-0-g-split-is-not-a-function-error/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Shift4SMS on 4.2.0 G.split is not a function error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-g-split-is-not-a-function-error#p25195</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-g-split-is-not-a-function-error#p25195</guid>
        	        	<description><![CDATA[<p>Ditto, good job. I wish I had found this post a couple hours ago!</p>
]]></description>
        	        	<pubDate>Fri, 18 Nov 2011 20:25:27 +0200</pubDate>
        </item>
        <item>
        	<title>brecht on 4.2.0 G.split is not a function error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-g-split-is-not-a-function-error#p24998</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-g-split-is-not-a-function-error#p24998</guid>
        	        	<description><![CDATA[<p>I just discovered this bug as well, thanks for posting this here.</p>
<p>Someone else opened a ticket: <a rel="nofollow" href="https://github.com/tonytomov/jqGrid/issues/192" target="_blank">https://github.com/tonytomov/jqGrid/issues/192</a></p>
</p>
<p>I hope that Tony will pick this up.</p>
]]></description>
        	        	<pubDate>Thu, 27 Oct 2011 13:39:10 +0300</pubDate>
        </item>
        <item>
        	<title>triley on 4.2.0 G.split is not a function error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-g-split-is-not-a-function-error#p24969</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-g-split-is-not-a-function-error#p24969</guid>
        	        	<description><![CDATA[<p>Well,</p>
<p>Since I have gotten no response. I was able to fix it myself:</p>
<p>In the min file on line 318:</p>
<p>Change:</p>
<p>&#160;&#160;&#160;&#160; B=G.split(",");</p>
<p>To:</p>
<p>&#160;&#160;&#160; B=G.toString().split(",");</p>
</p>
<p>or in the src file on line 8009 do:</p>
</p>
<p>Change:</p>
<p>&#160;&#160;&#160;&#160; toarr=postdata.split(",");</p>
<p>To:</p>
<p>&#160;&#160;&#160; toarr=postdata.toString().split(",");</p></p>
]]></description>
        	        	<pubDate>Mon, 24 Oct 2011 21:16:34 +0300</pubDate>
        </item>
        <item>
        	<title>triley on 4.2.0 G.split is not a function error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-g-split-is-not-a-function-error#p24918</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-g-split-is-not-a-function-error#p24918</guid>
        	        	<description><![CDATA[<p>I just downloaded the 4.2.0 version of jqgrid. I am testing with existing code that worked fine under 4.1.2.</p>
<p>When I do a delete (with reloadAfterSubmit: false) I get an error: G.split is not a function (on line 318 of the min file).</p>
]]></description>
        	        	<pubDate>Tue, 18 Oct 2011 21:45:18 +0300</pubDate>
        </item>
</channel>
</rss>