<?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: Serializing a jqGrid with ajaxForm</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/serializing-a-jqgrid-with-ajaxform</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/serializing-a-jqgrid-with-ajaxform/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Reg on Serializing a jqGrid with ajaxForm</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/serializing-a-jqgrid-with-ajaxform#p20863</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/serializing-a-jqgrid-with-ajaxform#p20863</guid>
        	        	<description><![CDATA[<p>I took a look in grid.base.js, and it appears that this is part of code like this:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9349' value='Select Code' data-codeid='sfcode9349' /></p>
<div class='sfcode' id='sfcode9349'>
<p>&#34;&#60;input role=\&#34;checkbox\&#34; type=\&#34;checkbox\&#34;&#34;+&#34; id=\&#34;jqg_&#34;+rowid+&#34;\&#34; class=\&#34;cbox\&#34; name=\&#34;jqg_&#34;+rowid+&#34;\&#34;/&#62;&#34;</p>
</div>
<p>So I am assuming that it is not sometting under our control; what we can do, however, is to add an identiifier to the row ID, wich is what I am going to do until a better solution comes along.</p>
<p>Reg</p>
]]></description>
        	        	<pubDate>Wed, 17 Nov 2010 02:13:14 +0200</pubDate>
        </item>
        <item>
        	<title>Reg on Serializing a jqGrid with ajaxForm</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/serializing-a-jqgrid-with-ajaxform#p20835</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/serializing-a-jqgrid-with-ajaxform#p20835</guid>
        	        	<description><![CDATA[<p>I am using ajaxForm (a jQuery plugin) to manage form submission. When a form includes a jqGrid used to select options (not for data entry) ajaxForm serializes the checked values (row ids) as jqg_1=on, jqg_5=on etc., which is handy so long as there is only one jqGrid on the form.</p>
<p>When there are multiple jqGrids on the form, ajaxForm returns all of the checked values prefaced with jqg_ and there is no way to tell which grid the checked values come from.</p>
<p>I am hoping that it is jqGrid that specifies the jqg_ as the form element, and that there is an easy way to specify&#160;another name&#160;for the values in a grid, something like jqType_ and jqStatus_ etc.</p>
<p>Tony, is this something that is under our control?</p>
<p>Thanks</p>
<p>Reg</p>
]]></description>
        	        	<pubDate>Mon, 15 Nov 2010 16:57:48 +0200</pubDate>
        </item>
</channel>
</rss>