<?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: select all method</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method</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/feature-request/select-all-method/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>steve on select all method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3988</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3988</guid>
        	        	<description><![CDATA[<p>oh actually i found out something during i msg you.</p>
<p>.setSelection is a toggle. i just notice changing rowlist will not clear the selected box status.</p>
<p>i just add a resetSelection and everything works fine.</p>
</p>
<p>thanks.</p>
]]></description>
        	        	<pubDate>Thu, 15 Jan 2009 11:27:46 +0200</pubDate>
        </item>
        <item>
        	<title>steve on select all method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3987</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3987</guid>
        	        	<description><![CDATA[<p>actually everything just fine if i put</p>
<p>rowList:[],</p>
<p>to disable the rowlist select box.</p>
<p>and the server should response no problem with different rowNum: value</p>
<p>it maybe a bug because when i change the rowlist say from 20 to 30. it work but just the select box sync function doesn&#39;t. however if i keep going and click next page or something else like fresh then works, 100%</p>
<p>also after i change the rowlist selection sometimes it work(i mean only the select sync) and sometimes it doesn&#39;t, sometimes when i change from 10 to 20. only the first 10 is selected and the rest are not. for sure if i click next/prev page it then work fine until i change the rowlist again.</p>
</p>
<p>-vince</p>
]]></description>
        	        	<pubDate>Thu, 15 Jan 2009 11:16:01 +0200</pubDate>
        </item>
        <item>
        	<title>tony on select all method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3935</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3935</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Check your server side code</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 12 Jan 2009 10:12:03 +0200</pubDate>
        </item>
        <item>
        	<title>steve on select all method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3925</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3925</guid>
        	        	<description><![CDATA[<p>i also notice some problem. i am not sure if i am doing it in a proper way</p>
<p>i have the following in jqGrid to sync the select box with a column on db. however, when i change the num of rows it didn&#39;t work. changing the num of rows will not reload page from backend?</p>
<p>gridComplete: function(){</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowlist = $(&#39;#list&#39;).getDataIDs();</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; for (i=0;i&#60;rowlist.length;i++) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if ($(&#39;#list2&#39;).getRowData(rowlist[i]).selection == 1) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#list2&#39;).setSelection(rowlist[i]);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>},</p>
<p>rowList:[10,20,30],</p>
<p>-vince</p>
]]></description>
        	        	<pubDate>Mon, 12 Jan 2009 06:07:51 +0200</pubDate>
        </item>
        <item>
        	<title>tony on select all method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3878</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3878</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for this. The id of every header check box is cb_jqg. But this point me that this a potencial bug when we use multiple grids with multiselect true. I recommend you not to use this id for now until I correct this in next release.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 08 Jan 2009 08:51:12 +0200</pubDate>
        </item>
        <item>
        	<title>steve on select all method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3844</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3844</guid>
        	        	<description><![CDATA[<p>oh i mean i would like to use javascript to check the select all checkbox.</p>
<p>i am able to loop thru the list and check all item but i can not check the box on the header.</p>
</p>
<p>-vince</p>
]]></description>
        	        	<pubDate>Tue, 06 Jan 2009 12:42:05 +0200</pubDate>
        </item>
        <item>
        	<title>tony on select all method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3794</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3794</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>There is a method onSelectAll. See examples.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 05 Jan 2009 01:54:08 +0200</pubDate>
        </item>
        <item>
        	<title>steve on select all method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3778</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/select-all-method#p3778</guid>
        	        	<description><![CDATA[<p>pls add a select all method for multiselect.</p>
</p>
<p>thanks in advance</p>
]]></description>
        	        	<pubDate>Sat, 03 Jan 2009 12:37:34 +0200</pubDate>
        </item>
</channel>
</rss>