<?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: editoptions onchange event not working on IE</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-onchange-event-not-working-on-ie</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/editoptions-onchange-event-not-working-on-ie/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on editoptions onchange event not working on IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-onchange-event-not-working-on-ie#p16301</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-onchange-event-not-working-on-ie#p16301</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for sharing your solution.</p>
<p>Every solution that works in a way that you want, is a good solution <img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 08 Apr 2010 13:10:52 +0300</pubDate>
        </item>
        <item>
        	<title>noelg on editoptions onchange event not working on IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-onchange-event-not-working-on-ie#p16251</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-onchange-event-not-working-on-ie#p16251</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
</p>
<p>First of all, congratulations for your job. The grid is a great tool.</p>
<p>Here&#39;s the thing.</p>
<p>obtenerValor(id),calculaTotal(id)--&#62; id is the row, column id of the cell (1_ColumnName);</p>
</p>
<p>In IE, it just ignores those events. I hava a temporary solution which is this one, what do you think about it? Is it correct?</p>
</p>
<p>//check which browser, and bind change and focus events to all text on the grid<br />&#160;&#160;&#160;&#160; if (jQuery.browser.msie)<br />&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery("input[type=text]").bind("change",function (evnt){<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;calculaTotal (evnt.target.id);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;});<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery("input[type=text]").bind("focus",function (evnt){<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;obtenerValor (evnt.target.id);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;});<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160; }</p>
</p>
<p>Thanks for your help&#161;&#161;&#161;</p>
]]></description>
        	        	<pubDate>Tue, 06 Apr 2010 10:45:22 +0300</pubDate>
        </item>
        <item>
        	<title>tony on editoptions onchange event not working on IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-onchange-event-not-working-on-ie#p16196</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-onchange-event-not-working-on-ie#p16196</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>What is the error what IE report?</p>
<p>I&#39;m very interested on what id value is (the parameter passed to the events)?</p>
<p>Is the value id&#160; set when the function lunches?</p>
<p>You can just make alert(id) in the first line of these functions.</p>
<p>Best regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Sat, 03 Apr 2010 15:54:40 +0300</pubDate>
        </item>
        <item>
        	<title>noelg on editoptions onchange event not working on IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-onchange-event-not-working-on-ie#p16055</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-onchange-event-not-working-on-ie#p16055</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have the following code:</p>
<p>jQuery("#grid_Primaria").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ...<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Descripcion&#39;,&#39;AlumnadoA&#39;, &#39;GruposA&#39;, &#39;AlumnadoB&#39;,&#39;GruposB&#39;, &#39;AlumnadoD&#39;,&#39;GruposB&#39;,&#39;Identificador&#39;,&#39;Total&#39;,&#39;Id_Aula&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name:&#39;Descripcion&#39;,index: &#39;1&#39;,width:300,&#160; align:&#39;center&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name:&#39;AlumnadoA&#39;, index: &#39;2&#39;,width:120, editable: true, align: &#39;center&#39;, editoptions:{style:&#39;text-align: center;&#39;,size:6,maxlength: 5,<span style="color: #ff0000;">onchange: "calculaTotal(id);</span>",<span style="color: #ff0000;">onfocus:"obtenerValor(id);"</span>} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ....<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; And those events on red, work fine on FireFox but not in IExplorer.</p>
<p>I would appreciate any help or information about it,</p>
</p>
<p>Thankyou very much&#161;&#161;&#161;&#161;</p>
]]></description>
        	        	<pubDate>Wed, 31 Mar 2010 10:37:00 +0300</pubDate>
        </item>
</channel>
</rss>