<?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: Checkbox does not have ID and name attributes</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-does-not-have-id-and-name-attributes</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/checkbox-does-not-have-id-and-name-attributes/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on Checkbox does not have ID and name attributes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-does-not-have-id-and-name-attributes#p20595</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/checkbox-does-not-have-id-and-name-attributes#p20595</guid>
        	        	<description><![CDATA[<p>In the most scenarios on need have the state of the checkboxes at the end of editing. In the case you don&#39;t need to include any event handle and use some events after the end of editing like <a href="/jqgridwiki/doku.php?id=wiki:form_editing" target="_blank">beforeSubmit</a>. To give you more exact recommendation I could know which from <a href="/jqgridwiki/doku.php?id=wiki:jqgriddocs#editing" target="_blank">editing mode</a> you use.</p>
<p>If you do need the click event handle you can use&#160;<span style="font-size: 13.8889px;"><a href="/jqgridwiki/doku.php?id=wiki:common_rules" target="_blank">dataEvents</a>.</span></p>
<p><span style="font-size: 13.8889px;">Best regards<br />Oleg&#160;</span></p></p>
]]></description>
        	        	<pubDate>Mon, 01 Nov 2010 09:26:42 +0200</pubDate>
        </item>
        <item>
        	<title>peterloron on Checkbox does not have ID and name attributes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-does-not-have-id-and-name-attributes#p20594</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/checkbox-does-not-have-id-and-name-attributes#p20594</guid>
        	        	<description><![CDATA[<p>I&#39;m using jQGrid 3.1.8 with jQuery 1.4.3. I have a grid that has two columns in it that are set up as checkboxes, like so:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9046' value='Select Code' data-codeid='sfcode9046' /></p>
<div class='sfcode' id='sfcode9046'>{name:&#39;inv&#39;,index:&#39;inv&#39;, width:20, sortable: false, search: true, editable: true, formatter:&#39;checkbox&#39;, formatoptions: {disabled : false}, edittype: &#39;checkbox&#39;, editoptions:{size:4,value:"on:off"}}</div>
<p>This produces the desired checkbox element in the HTML. However, when looking at the raw HTML, the element lacks the ID and NAME attributes I expect per this page:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editable" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....s#editable</a></p>
</p>
<p>Not having the ID or a column name makes it very hard to determine what checkbox has been clicked. Here is an example of the resulting cell and checkbox HTML:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7110' value='Select Code' data-codeid='sfcode7110' /></p>
<div class='sfcode' id='sfcode7110'>&#60;td role="gridcell" style="" title="" aria-describedby="list2_inv"&#62;&#60;input type="checkbox" value="off" offval="no"&#62;&#60;/td&#62;</div>
]]></description>
        	        	<pubDate>Mon, 01 Nov 2010 07:28:23 +0200</pubDate>
        </item>
</channel>
</rss>