<?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: Patches for version 3.6.4</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/patches-for-version-3-6-4</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/feature-request/patches-for-version-3-6-4/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Patches for version 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/patches-for-version-3-6-4#p14816</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/patches-for-version-3-6-4#p14816</guid>
        	        	<description><![CDATA[<p>Hello Klaus,</p>
<p>Thank you very much for the fixes and additions.</p>
<p>Except the last feature evrething will be added.</p>
<p>Also for the last one (what should happen if the label contain html tags). I will consider this again.</p>
<p>Thank you very much again.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 15 Feb 2010 16:07:57 +0200</pubDate>
        </item>
        <item>
        	<title>Klaus on Patches for version 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/patches-for-version-3-6-4#p14807</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/patches-for-version-3-6-4#p14807</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<p>I&#39;ve just updated to the new grid version 3.6.4 and had to re-integrate some of my own patches/bugfixes.<br />Maybe you could integrate the bug fixes and also the improvements if possible.</p>
<p><strong>* Fix bug</strong> with undefined event handler<br />in grid.formedit.js: line 1550: </p>
<p><input type='button' class='sfcodeselect' name='sfselectit6867' value='Select Code' data-codeid='sfcode6867' /></p>
<div class='sfcode' id='sfcode6867'>if($.isFunction($t.clearToolbar)) $t.clearToolbar(false);&#160;&#160; // FIX access of undefined function</div>
<p><strong>* Fix:</strong> do not try to set table grid width &#60; 0<br />in grid.base.js (inside setGridWidth function)<br />@line 2101: &#160;</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5302' value='Select Code' data-codeid='sfcode5302' /></p>
<div class='sfcode' id='sfcode5302'>&#160;&#160; cw = Math.floor((aw)/($t.p.tblwidth-tw)*this.width);<br />+&#160; if (cw &#60; 0) return;&#160;&#160; &#160;// FIX IE7 Exceptions</div>
<p>@line 2112:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4573' value='Select Code' data-codeid='sfcode4573' /></p>
<div class='sfcode' id='sfcode4573'>&#160; if (hs) {<br />&#160;&#160;&#160; ...<br />&#160; &#160; cr = ...<br />&#160; }<br />+ if (cr &#60; 0) return;&#160;&#160; &#160;// FIX IE7 Exceptions</div>
<p><strong>* Feature: </strong>add event "closeAfterReset" to search dialog, <br />in grid.formedit.js: searchGrid: function(p) { ...</p>
<p>@line 23 (extend options):</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1879' value='Select Code' data-codeid='sfcode1879' /></p>
<div class='sfcode' id='sfcode1879'>+ closeAfterReset: false,</div>
</p>
<p>@line 166 (in function resetFilters as last statement)</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4183' value='Select Code' data-codeid='sfcode4183' /></p>
<div class='sfcode' id='sfcode4183'>+ if(p.closeAfterReset) hideFilter($(&#34;#&#34;+fid));</div>
</p>
<p><strong>* Feature: </strong>add Tooltips for table headers (title)<br />in grid.base.js: line 1270: // improvement: show tooltips for table column headers (via title attribute)</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6075' value='Select Code' data-codeid='sfcode6075' /></p>
<div class='sfcode' id='sfcode6075'>-&#160; thead += &#34;&#60;th role=&#39;columnheader&#39; class=&#39;ui-state-default ui-th-column ui-th-&#34;+dir+&#34;&#39;&#62;&#34;;<br />+&#160; var tooltip = ts.p.colModel[i].label ? &#34; title=&#39;&#34;+ts.p.colModel[i].label+&#34;&#39;&#34; : &#34;&#34;;<br />+&#160; thead += &#34;&#60;th role=&#39;columnheader&#39; class=&#39;ui-state-default ui-th-column ui-th-&#34;+dir+&#34;&#39;&#34; + tooltip + &#34;&#62;&#34;;</div>
</p>
<p>Kind regards,<br />Klaus.</p></p>
]]></description>
        	        	<pubDate>Mon, 15 Feb 2010 12:27:54 +0200</pubDate>
        </item>
</channel>
</rss>