<?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: multiboxonly property bug ?</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug</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/multiboxonly-property-bug/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on multiboxonly property bug ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15212</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15212</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1135' value='Select Code' data-codeid='sfcode1135' /></p>
<div class='sfcode' id='sfcode1135'>
<p>If there is no vertical scrollbar on a page, you won&#39;t see this bug, but when the scrollbar appears, 16px of the very right cell is cut by the scrollbar, it goes under it.</p>
</div>
<p>So, we should calaculate if we will&#160; have vertical scrollbar on a page&#160; - Sorry I think this is too complex, but not impossible.</p>
<p>Best Regrads</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 27 Feb 2010 19:49:42 +0200</pubDate>
        </item>
        <item>
        	<title>ump2152 on multiboxonly property bug ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15202</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15202</guid>
        	        	<description><![CDATA[<p>Tony, I think you misunderstood me.</p>
</p>
<p>When you set autowidth:true, jgrid expands to 100% window width and recalculates cells widths proportinally. So in Firefox it expands beyond the right vertical scrollbar. If there is no vertical scrollbar on a page, you won&#39;t see this bug, but when the scrollbar appears, 16px of the very right cell is cut by the scrollbar, it goes under it.</p>
]]></description>
        	        	<pubDate>Fri, 26 Feb 2010 22:10:24 +0200</pubDate>
        </item>
        <item>
        	<title>tony on multiboxonly property bug ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15193</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15193</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Did you mean height to 100%. The width of the grid can be set ony in pixels. Also the 16 or 18px depend on how you set the height.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 26 Feb 2010 21:28:57 +0200</pubDate>
        </item>
        <item>
        	<title>ump2152 on multiboxonly property bug ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15137</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15137</guid>
        	        	<description><![CDATA[<p>ok, thanks</p>
</p>
<p>By the way, I&#39;ve noticed a small bug with autowidth: true property. When you set 100% to grid width, in Firefox grids expands to the right under the right scrollbar, i.e. very right part of grid approximately 16px width becomes cut. I guess, it&#39;s because Firefox calculates document width in a different way and includes scrollbar.</p>
]]></description>
        	        	<pubDate>Wed, 24 Feb 2010 23:23:58 +0200</pubDate>
        </item>
        <item>
        	<title>tony on multiboxonly property bug ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15125</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15125</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Yes the bahaviour is changed, if you click on a row the row is selected including the checkbox.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 24 Feb 2010 19:53:56 +0200</pubDate>
        </item>
        <item>
        	<title>ump2152 on multiboxonly property bug ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15107</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15107</guid>
        	        	<description><![CDATA[<p>Tony, I still can&#39;t understand - is this featured removed from 3.6.4 ?</p>
</p>
<p>In WiKi there is nothing new....</p>
<p><strong>multiboxonly</strong></p>
<p><em>This option works only when multiselect = true. When multiselect is set to true, clicking anywhere on a row selects that row; when multiboxonly is also set to true, the multiselection is done only when the checkbox is clicked (Yahoo style). Clicking in any other row (suppose the checkbox is not clicked) deselects all rows and the current row is selected.</em></p>
</p>
<p>The point is that it doesn&#39;t work the way it is described - with multiboxonly=true it still selects a checkbox and select a row when you click on it, but it should select only when I click checkbox.</p>
</p>
<p>Are there any different ways to reproduce the functionality of multiboxonly=true ?</p>
]]></description>
        	        	<pubDate>Tue, 23 Feb 2010 23:25:23 +0200</pubDate>
        </item>
        <item>
        	<title>tony on multiboxonly property bug ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15069</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15069</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>We we know more it is better. The behaviour of this is changed from 3.5.x. Sorry.</p>
<p>You can look here for mutibox description:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ki:options</a></p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 23 Feb 2010 10:55:56 +0200</pubDate>
        </item>
        <item>
        	<title>ump2152 on multiboxonly property bug ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15051</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15051</guid>
        	        	<description><![CDATA[<p>I&#39;ve just tried that demo section and still same issue</p>
<p>And, by the way, you don&#39;t have multiboxonly set to true in that example.</p>
</p>
<p>I&#39;ve just checked again - I&#39;m using v3.6.4 and cache is cleared (also tried in different browsers). On previous version - v3.4 it worked fine, but once I upgraded to v3.6.4 - it stopped working.</p>
<p>Let me confirm the issue once again - when multiboxonly is set to true, it shouldn&#39;t autoselect checkbox when you click a row, but right now it does - i.e. multiboxonly is ignored.</p>
]]></description>
        	        	<pubDate>Mon, 22 Feb 2010 17:48:37 +0200</pubDate>
        </item>
        <item>
        	<title>tony on multiboxonly property bug ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15039</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15039</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry could not reproduce. In order to confirm</p>
<p>Go into the demo the open Advanced=&#62; Multiselect and test</p>
<p>I have set this example to be muliselect and multiboxonly.</p>
<p>Please note that a 3.6.4. version is used.</p>
<p>Also maybe you will need to clear the cache before testing.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 22 Feb 2010 09:07:22 +0200</pubDate>
        </item>
        <item>
        	<title>ump2152 on multiboxonly property bug ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15034</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiboxonly-property-bug#p15034</guid>
        	        	<description><![CDATA[<p>This question has already been asked on <a href="http://www.trirand.com/blog/?p=362&#038;cpage=5" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....38;cpage=5</a> but there was not reply on it.</p>
</p>
<p>If we have both multiselect and multiboxonly set to true, checkbox still gets selected when you click on row</p>
<p>multiselect: true,<br />multiboxonly: true,</p>
<p>i.e. multiboxonly set to true has to effect.</p>
<p>I&#39;ve downloaded the latest build and still same issue. Is it a bug or there is something else needs to be added to jgrid object definition?</p></p>
]]></description>
        	        	<pubDate>Mon, 22 Feb 2010 04:00:49 +0200</pubDate>
        </item>
</channel>
</rss>