<?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: How to retrieve checkbox column</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-retrieve-checkbox-column</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/how-to-retrieve-checkbox-column/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How to retrieve checkbox column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-retrieve-checkbox-column#p7690</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-retrieve-checkbox-column#p7690</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>A unformat function is needed when formatter is used. Will see what can be done.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 08 Jul 2009 05:02:25 +0300</pubDate>
        </item>
        <item>
        	<title>mcerk on How to retrieve checkbox column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-retrieve-checkbox-column#p7621</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-retrieve-checkbox-column#p7621</guid>
        	        	<description><![CDATA[<p>Hi, my grid has column &#39;member&#39;, which is checkbox column, always avaliable to change.</p>
<p>colModel: [<br />&#160;&#160;&#160; { name: &#39;member&#39;, index: &#39;member&#39;, width: 80, search: false, align: &#39;center&#39;, <strong>formatter: &#39;checkbox&#39;, editoptions: { value: &#39;1:0&#39; }, formatoptions: { disabled: false} </strong>},<br />&#160;&#160;&#160; { name: &#39;group&#39;, index: &#39;group&#39;, width: 150, editable: false },<br />&#160;&#160;&#160; { name: &#39;groupdesc&#39;, index: &#39;groupdesc&#39;, width: 220, editable: true, search: false }<br />],</p>
</p>
<p>User then selects checkboxes and while pressing a save button a ajax call will be made. The problem is, that I do not know how to retrieve (changed) cell data.</p>
<p>This allways returns initial values (not changed):</p>
<p>for (i = 0; i &#60; 5; i++) {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; var rowid = $(&#39;#gGroups&#39;)[0].rows[i].id<br />&#160;&#160;&#160;&#160;&#160;&#160; var myceldata = $(&#39;#gGroups&#39;).getCell(rowid, 0);</p>
<p>}</p>
<p>// mycelldata gets always: &#60;input value="false" offval="no" type="checkbox"&#62;</p>
</p>
<p>thank you for reply</p></p>
]]></description>
        	        	<pubDate>Thu, 02 Jul 2009 05:56:06 +0300</pubDate>
        </item>
</channel>
</rss>