<?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: toppager width bigger than grid width</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/toppager-width-bigger-than-grid-width</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/toppager-width-bigger-than-grid-width/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>htec1 on toppager width bigger than grid width</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/toppager-width-bigger-than-grid-width#p31399</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/toppager-width-bigger-than-grid-width#p31399</guid>
        	        	<description><![CDATA[<p>Hi, everybody<br />
I'm used jqGrid 4.6.0, jquery-1.11.0.min.js. My browser is FireFox 33.1.<br />
When I create grid with top pager than top pager always has style width on 2px bigger than grid width.<br />
So, in source code I change line number 2854 :<br />
$(grid.topDiv).addClass('ui-state-default ui-jqgrid-toppager').width(grid.width).insertBefore(grid.hDiv);</p>
<p>and replace it with line:<br />
$(grid.topDiv).css({width: grid.width+"px"}).addClass('ui-state-default ui-jqgrid-toppager').insertBefore(grid.hDiv);</p>
<p>When I did it the bug was disappeared. Width of toppager was the same that grid width.<br />
In other browser like Chrome v.33.0.1750.154 this bug don't appear.</p>
<p>If you change this in next release we will be happy.</p>
<p>Sorry for my English.<br />
Thanks for your job.</p>
]]></description>
        	        	<pubDate>Thu, 20 Nov 2014 14:48:00 +0200</pubDate>
        </item>
</channel>
</rss>