<?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: Multiselect and datepicker</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiselect-and-datepicker</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/multiselect-and-datepicker/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>zupert on Multiselect and datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiselect-and-datepicker#p4666</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiselect-and-datepicker#p4666</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>i noticed a strange behaviour with a table that contains the multiselect option activated and a column with datepicker.</p>
<p>When selecting the row clicking on the date, we wanted the row to be selected, and the datepicker field to appear.</p>
<p>But when unselecting the row with the checkbox at the beginning of the line, the first time the row got unselected, but repeqating this scenarii an second time, the datepicker filed keeped open and the row didn&#39;t get unselected, but the checkbox unchecked it.</p>
<p>I don&#39;t know if i&#39;ve been clear enought, but here is the modification I made :</p>
<p>in grid.celledit.js, line 44, I slightly modified the test from</p>
<pre><code>if(iRow == $t.p.iRow &#38;&#38; iCol == $t.p.iCol){</code></pre>
<p>to</p>
<pre><code>if(iRow == $t.p.iRow &#38;&#38; iCol == $t.p.iCol &#38;&#38; iCol != 0){</code></pre>
</p>
<p>Hope you&#39;ll like it ...</p>
<p>zupert</p>
]]></description>
        	        	<pubDate>Tue, 17 Feb 2009 03:22:43 +0200</pubDate>
        </item>
</channel>
</rss>