<?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: upgrade multiselect checkbox problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/upgrade-multiselect-checkbox-problem</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/help/upgrade-multiselect-checkbox-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>john.allred on upgrade multiselect checkbox problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/upgrade-multiselect-checkbox-problem#p24290</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/upgrade-multiselect-checkbox-problem#p24290</guid>
        	        	<description><![CDATA[<p>Never mind. I just figured it out. I changed</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3247' value='Select Code' data-codeid='sfcode3247' /></p>
<div class='sfcode' id='sfcode3247'>jsonReader: {<br />&#160;&#160; &#160;&#160;&#160; &#160;root: &#34;ROWS&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;page: &#34;PAGE&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;total: &#34;TOTAL&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;cell: &#34;&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;id: &#34;id&#34;<br />&#160;&#160; &#160;},</div>
</p>
<p>to</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1318' value='Select Code' data-codeid='sfcode1318' /></p>
<div class='sfcode' id='sfcode1318'>jsonReader: {<br />&#160;&#160; &#160;&#160;&#160; &#160;root: &#34;ROWS&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;page: &#34;PAGE&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;total: &#34;TOTAL&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;cell: &#34;&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;id: &#34;0&#34;<br />&#160;&#160; &#160;},</div>
</p>
<p>Changing the id back to "id" fixed the issue.</p>
</p>
<p>I was under the impression that setting the id to "0" would auto choose the first column ("id"). Obviously that is not the case.</p>
]]></description>
        	        	<pubDate>Tue, 16 Aug 2011 00:12:55 +0300</pubDate>
        </item>
        <item>
        	<title>john.allred on upgrade multiselect checkbox problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/upgrade-multiselect-checkbox-problem#p24289</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/upgrade-multiselect-checkbox-problem#p24289</guid>
        	        	<description><![CDATA[<p>I just upgraded from 3.8.1 to 4.1.2. Everything seems to be working well except for the checkboxes in the left column (created automatically by multiselect = true). This is what I am seeing:</p>
</p>
<p>1. Select the Select All/Deselect All checkbox at the top of the column - only the first row is selected/unselected.</p>
<p>2. Nothing is selected, select the third row - the first and third row become selected.</p>
<p>Now select the fourth row - the first row becomes unselected and the fourth row is selected.</p>
<p>Now select the fifth row - the first row becomes selected again and the fifth row is selected.</p>
<p>3. Now select the Select All/Deselect All checkbox at the top of the column - only the first row is selected/unselected.</p>
</p>
<p>Am I missing a plugin or something else that would make this work? I do not have any functions such as beforeSelectRow, onSelectRow, etc.</p>
</p>
<p>Thank you in advance for your help.</p>
]]></description>
        	        	<pubDate>Mon, 15 Aug 2011 23:37:00 +0300</pubDate>
        </item>
</channel>
</rss>