<?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: usage of toggleToolbar with frozen columns</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/usage-of-toggletoolbar-with-frozen-columns</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/usage-of-toggletoolbar-with-frozen-columns/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on usage of toggleToolbar with frozen columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/usage-of-toggletoolbar-with-frozen-columns#p25782</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/usage-of-toggletoolbar-with-frozen-columns#p25782</guid>
        	        	<description><![CDATA[<p>Thanks Oleg.</p>
]]></description>
        	        	<pubDate>Tue, 24 Jan 2012 16:51:48 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on usage of toggleToolbar with frozen columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/usage-of-toggletoolbar-with-frozen-columns#p25779</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/usage-of-toggletoolbar-with-frozen-columns#p25779</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>please read the question and <a href="http://stackoverflow.com/a/8969874/315935" target="_blank">my answer</a>&#160;which describe the problem. The current implementation of <a href="https://github.com/tonytomov/jqGrid/blob/v4.3.1/js/grid.custom.js#L269" target="_blank">toggleToolbar</a>&#160;don&#39;t shows or hide the searching toolbar in the frozen column because of cut&#38;paste (or typing) bug. <a href="https://github.com/tonytomov/jqGrid/blob/v4.3.1/js/grid.custom.js#L271" target="_blank">The line</a>&#160;of the <em>grid.custom.js</em></p>
<p><input type='button' class='sfcodeselect' name='sfselectit8951' value='Select Code' data-codeid='sfcode8951' /></p>
<div class='sfcode' id='sfcode8951'>trow2 = $t.p.frozenColumns === true ?  $(&#34;tr.ui-search-toolbar&#34;,$t.grid.hDiv) : false;</div>
<p>&#160;should be fixed to the following</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4567' value='Select Code' data-codeid='sfcode4567' /></p>
<div class='sfcode' id='sfcode4567'>trow2 = $t.p.frozenColumns === true ? $(&#34;tr.ui-search-toolbar&#34;,$t.grid.<strong>fhDiv</strong>) : false;</div>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Tue, 24 Jan 2012 13:52:36 +0200</pubDate>
        </item>
</channel>
</rss>