<?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: jqGrid and Prototype</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1</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/jqgrid-and-prototype-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>fridiii on jqGrid and Prototype</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19485</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19485</guid>
        	        	<description><![CDATA[<p>Jonatan Gonz&#225;lez,</p>
<p>I have the same problem using "multipleSearch" with jQuery and Prototype pushin "+" and then "-" or "Reset" button</p>
<p>When I remove Prototype.js, "multipleSearch" works normally&#8230;</p>
]]></description>
        	        	<pubDate>Thu, 02 Sep 2010 14:54:54 +0300</pubDate>
        </item>
        <item>
        	<title>Jonatan GonzÃ¡lez on jqGrid and Prototype</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19479</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19479</guid>
        	        	<description><![CDATA[<p>Hello again,</p>
<p>I&#180;m having troubles again with the filters.</p>
<p>I want to use "multipleSearch" but when I add another filter pushin "+" button and do something else (push "-" or "reset") I get a javascript console error because I&#39;m using map.js wich has the declaration: "Array.prototype.removeAt = removeAt;".</p>
</p>
<p>There must be another error on the code that I cant find, if anybody can help me...</p>
</p>
<p>Thanks</p>
<p>Jonatan Gonz&#225;lez</p>
]]></description>
        	        	<pubDate>Thu, 02 Sep 2010 10:59:50 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on jqGrid and Prototype</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19432</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19432</guid>
        	        	<description><![CDATA[<p>I agree with makius82 (Jonatan Gonz&#225;lez).</p>
<p>I find that in the grid.formedit.js inside of resetFilters(op) function either the line</p>
<p>&#160;&#160;&#160; grid=a("#"+z.p.id);sdata={}</p>
<p>should be replaced to</p>
<p>&#160; <strong>var</strong> grid=a("#"+z.p.id);sdata={}</p>
<p>or like in searchFilters(filters) function the previous line should be ended not with &#39;;&#39;, but with &#39;,&#39; instead.</p>
<p>In any way the variable <strong>grid</strong> must be local and not global.</p>
<p>Regards<br />Oleg</p></p>
]]></description>
        	        	<pubDate>Tue, 31 Aug 2010 15:17:10 +0300</pubDate>
        </item>
        <item>
        	<title>Jonatan GonzÃ¡lez on jqGrid and Prototype</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19431</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19431</guid>
        	        	<description><![CDATA[<p>Hi guys!!</p>
<p>I have found another bug. With de <em>minified</em>&#160; version of jqGrid 3.7.2 (under IE6) you have to declare grid variable or it will crash when the reset or close(X) button is pressed:</p>
</p>
<p>The change is in line 226 column 258: grid=a("#"+z.p.id);sdata={}&#160; =&#62;&#160; <strong>var</strong> grid=a("#"+z.p.id);sdata={}</p>
</p>
<p>Regards</p>
<p>makius82</p>
]]></description>
        	        	<pubDate>Tue, 31 Aug 2010 15:00:14 +0300</pubDate>
        </item>
        <item>
        	<title>Jonatan GonzÃ¡lez on jqGrid and Prototype</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19428</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19428</guid>
        	        	<description><![CDATA[<p>Thanks <strong>fridiii</strong>!!<strong>&#160;</strong></p>
<p>I was having the same problem and I&#180;ve already solved it.</p>
<p>But I was using <em>minified </em>version of jqGrid <strong>&#160;</strong>3.6.4 wich can be <em>easily </em>modified in line 196 column 235:</p>
</p>
<p>var v=a("#"+w.p.id),B=<strong>[]</strong>&#160;&#160;&#160;<em> </em><span style="color: #000000;"><strong>=&#62;</strong></span>&#160;&#160;&#160; var v=a("#"+w.p.id),B=<strong>{}</strong></p>
</p>
<p>In versi&#243;n 3.7.2 (of minified version of jqGrid) the change is in line 226 column 258:</p>
</p>
<p>grid=a("#"+z.p.id);sdata=<strong>[]</strong>&#160; =&#62; grid=a("#"+z.p.id);sdata=<strong>{}</strong></p>
<p><strong><br /></strong></p>
<p>Regards</p>
<p>makius82</p>
</p>
<p><strong><br /></strong></p>
]]></description>
        	        	<pubDate>Tue, 31 Aug 2010 11:31:34 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid and Prototype</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19209</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19209</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Fixed.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 19 Aug 2010 17:46:24 +0300</pubDate>
        </item>
        <item>
        	<title>fridiii on jqGrid and Prototype</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19055</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19055</guid>
        	        	<description><![CDATA[<p>This line:</p>
<p>grid = $("#"+$t.p.id), sdata=[];</p>
</p>
<p>in resetFilters(op) function in grid.formedit.js, should be:</p>
<p>grid = $("#"+$t.p.id), sdata={};</p>
</p>
<p>as in searchFilters(filters) function.</p>
</p>
<p>Now the search works ok with prototype.js</p>
]]></description>
        	        	<pubDate>Tue, 10 Aug 2010 22:05:08 +0300</pubDate>
        </item>
        <item>
        	<title>fridiii on jqGrid and Prototype</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19054</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19054</guid>
        	        	<description><![CDATA[<p>This error occurs on this line:</p>
<p>data: $.isFunction(ts.p.serializeGridData)? ts.p.serializeGridData.call(ts,ts.p.postData) : ts.p.postData,</p>
</p>
<p>in grid.base.js</p>
]]></description>
        	        	<pubDate>Tue, 10 Aug 2010 21:19:07 +0300</pubDate>
        </item>
        <item>
        	<title>fridiii on jqGrid and Prototype</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19053</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-prototype-1#p19053</guid>
        	        	<description><![CDATA[<p>I am using prototype.js in my application. When I click the Reset button on the search  form, jqGrid stops working. If I remove the prototype.js, it works. I  am using jqGrid 3.8 Beta... thanks...</p>
]]></description>
        	        	<pubDate>Tue, 10 Aug 2010 20:32:29 +0300</pubDate>
        </item>
</channel>
</rss>