<?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: Get the check box is selected is not correct </title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct</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/get-the-check-box-is-selected-is-not-correct/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>HenryYan on Get the check box is selected is not correct </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20516</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20516</guid>
        	        	<description><![CDATA[<p>Expect to resolve the issue as soon as possible</p>
<p>now, I use this:</p>
<p>getChecked : function(listObj) { 	return $(listObj +&#39; :checkbox[name^=jqg_list]:checked&#39;); }</p>
]]></description>
        	        	<pubDate>Wed, 27 Oct 2010 16:25:58 +0300</pubDate>
        </item>
        <item>
        	<title>rnkr09 on Get the check box is selected is not correct </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20510</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20510</guid>
        	        	<description><![CDATA[<p>Hi Tony, the problem has not been solved yet. Even in demo its not working correctly.</p>
]]></description>
        	        	<pubDate>Wed, 27 Oct 2010 14:05:03 +0300</pubDate>
        </item>
        <item>
        	<title>NIKE_ICE10 on Get the check box is selected is not correct </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20425</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20425</guid>
        	        	<description><![CDATA[<p>Hola, logr&#233; solucionar este problema, afecta cuando se selecciona&#160; el checkbox Multi:</p>
<p>Afecta a la funci&#243;n selarrrow y tambi&#233;n al delete, modifiqu&#233; el fuente jquery.jqGrid.min.js 3.8, no s&#233; si est&#225; permitido modificar este fuente, si lo saben me avisan&#160;para poner lo modificado por mi parte.</p>
</p>
<p>Edwin Artola Rafael</p>
]]></description>
        	        	<pubDate>Fri, 22 Oct 2010 07:35:26 +0300</pubDate>
        </item>
        <item>
        	<title>HenryYan on Get the check box is selected is not correct </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20200</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20200</guid>
        	        	<description><![CDATA[<p>the last version 3.8&#8230;&#8230;</p>
]]></description>
        	        	<pubDate>Fri, 08 Oct 2010 09:24:29 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Get the check box is selected is not correct </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20094</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20094</guid>
        	        	<description><![CDATA[<p>HEloo,</p>
<p>Which version is used.</p>
<p>Try to use the latest one. This problem is fixed.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Fri, 01 Oct 2010 10:10:29 +0300</pubDate>
        </item>
        <item>
        	<title>HenryYan on Get the check box is selected is not correct </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20066</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20066</guid>
        	        	<description><![CDATA[<p>No one answered?<img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/forum-smileys/sf-cry.gif" alt="Cry" /></p>
]]></description>
        	        	<pubDate>Wed, 29 Sep 2010 12:02:51 +0300</pubDate>
        </item>
        <item>
        	<title>HenryYan on Get the check box is selected is not correct </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20039</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/get-the-check-box-is-selected-is-not-correct#p20039</guid>
        	        	<description><![CDATA[<p>I set the param "multiselect" is "true", then</p>
<p>var s = $("#list").jqGrid(&#39;getGridParam&#39;, &#39;selarrrow&#39;);</p>
</p>
<p>now, my jqGrid list has 3 datas, but return 4 use the method "jqGrid(&#39;getGridParam&#39;, &#39;selarrrow&#39;);"</p>
</p>
<p>the top checkbox in the header should&#39;t in result of "jqGrid(&#39;getGridParam&#39;, &#39;selarrrow&#39;)"</p>
</p>
<p>please verify!<img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/forum-smileys/sf-cry.gif" alt="Cry" /></p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 05:21:10 +0300</pubDate>
        </item>
</channel>
</rss>