<?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: (With solution) Pager option breaks grid v 4.0</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/with-solution-pager-option-breaks-grid-v-4-0</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/with-solution-pager-option-breaks-grid-v-4-0/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dmittner on (With solution) Pager option breaks grid v 4.0</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/with-solution-pager-option-breaks-grid-v-4-0#p30755</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/with-solution-pager-option-breaks-grid-v-4-0#p30755</guid>
        	        	<description><![CDATA[<p>I'd just like to make the suggestion that jqGrid handles this situation more gracefully, throwing a console error or something when the language file is missing. I reworked my dynamic script loading and was running into this because I neglected to include the language file and I'd have been chasing my tail for a <strong>long</strong> time if not for this forum topic.</p>
]]></description>
        	        	<pubDate>Wed, 11 Jun 2014 21:03:12 +0300</pubDate>
        </item>
        <item>
        	<title>mishkiss on (With solution) Pager option breaks grid v 4.0</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/with-solution-pager-option-breaks-grid-v-4-0#p26602</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/with-solution-pager-option-breaks-grid-v-4-0#p26602</guid>
        	        	<description><![CDATA[<p>The correct solution would be to include the language file - like&#160;jqgrid/js/i18n/grid.locale-en.js</p>
]]></description>
        	        	<pubDate>Tue, 15 May 2012 17:13:43 +0300</pubDate>
        </item>
        <item>
        	<title>jogjayr on (With solution) Pager option breaks grid v 4.0</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/with-solution-pager-option-breaks-grid-v-4-0#p23483</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/with-solution-pager-option-breaks-grid-v-4-0#p23483</guid>
        	        	<description><![CDATA[<p>So here is the issue I had:</p>
</p>
<p>When I set the "pager" option in my jqGrid function call, I got a Javascript error that said:&#160;</p>
</p>
<p>"Uncaught Type Error: Cannot read property &#39;integer&#39; of undefined" on line 1525 of the un-minified js file.</p>
</p>
<p>So I went into the file. The offending piece of code was:</p>
</p>
<p>fmt = $.jgrid.formatter.integer &#124;&#124; {};</p>
</p>
<p>It is true; $.jgrid.formatter doesn&#39;t exist. However, $.fn.fmatter does exist and has a function integer. So I tried replacing it with this line&#160;</p>
</p>
<p>fmt = $.fn.fmatter.integer &#124;&#124; {};</p>
</p>
<p>and voila, it worked <img class="spSmiley" style="margin:0" title="Cool" src="/blog/wp-content/forum-smileys/sf-cool.gif" alt="Cool" />. I obviously don&#39;t understand what I did or why it worked. I merely worked on the assumption that there was some sort of confusion between the two similar seeming statements formatter and fmatter and tried to fix it, so I would still request Tony to take a look at this issue.</p>
</p>
<p>Thanks</p>
<p>Jayraj</p>
]]></description>
        	        	<pubDate>Mon, 06 Jun 2011 12:26:08 +0300</pubDate>
        </item>
</channel>
</rss>