<?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: Append pager problems in Chrome and Safari</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/append-pager-problems-in-chrome-and-safari</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/append-pager-problems-in-chrome-and-safari/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Append pager problems in Chrome and Safari</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/append-pager-problems-in-chrome-and-safari#p18933</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/append-pager-problems-in-chrome-and-safari#p18933</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Yes it is better to use the standarts. Fixed in 3.8</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 03 Aug 2010 11:37:33 +0300</pubDate>
        </item>
        <item>
        	<title>pirteid on Append pager problems in Chrome and Safari</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/append-pager-problems-in-chrome-and-safari#p18897</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/append-pager-problems-in-chrome-and-safari#p18897</guid>
        	        	<description><![CDATA[<p>Hello Tony</p>
<p>I found a small problem when Chrome and Safari try to append the dropdownSelelect from pager</p>
<p>I changed grid.base.js -&#62; line 1613 from</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6211' value='Select Code' data-codeid='sfcode6211' /></p>
<div class='sfcode' id='sfcode6211'>str +=&#34;&#60;option role=&#39;option&#39; value=&#39;&#34;+ts.p.rowList[i]+&#34;&#39;&#34;+((ts.p.rowNum == ts.p.rowList[i])?&#39; selected&#39;:&#39;&#39;)+&#34;&#62;&#34;+ts.p.rowList[i]+&#34;&#60;/option&#62;&#34;;</div>
<p>&#160;into</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit893' value='Select Code' data-codeid='sfcode893' /></p>
<div class='sfcode' id='sfcode893'>str +=&#34;&#60;option role=&#39;option&#39; value=&#39;&#34;+ts.p.rowList[i]+&#34;&#39;&#34;+((ts.p.rowNum == ts.p.rowList[i])?&#39; selected=\&#39;selected\&#39;&#39;:&#39;&#39;)+&#34;&#62;&#34;+ts.p.rowList[i]+&#34;&#60;/option&#62;&#34;;</div>
<p>I added that selected="selected"</p>
<p>I dont know why in your example is working without this modification and in my example it dont works. Maybe you can enlight me a little bit with this and I hope that you will add this modification to next versions.</p>
</p>
<p>Best Regards</p>
<p>Dragos</p></p>
]]></description>
        	        	<pubDate>Sat, 31 Jul 2010 22:31:11 +0300</pubDate>
        </item>
</channel>
</rss>