<?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: dataEvents is dropped</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/dataevents-is-dropped</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/dataevents-is-dropped/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Strato on dataEvents is dropped</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/dataevents-is-dropped#p24505</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/dataevents-is-dropped#p24505</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I have the following problem : in my grid, three columns have a editoptions/dataEvents defined ("change" for a select dropdownlist in form editing).</p>
<p>For two of them, it&#39;s working perfectly. For the third one, it does not. I checked and counter-checked and there is no mistyping involved. Same behavior on IE or Firefox.</p>
<p>What I see in the jquery.jqGrid.src.js source code is that the lost dataEvents is effectively bounded when the "p" variable is extended. But later, it&#39;s suddenly dropped. I can clearly see in firebug that "this.p.colModel[5].editoptions.dataEvents[0].type" is suddenly "undefined".</p>
<p>My grid use multiselect. With multiselect enabled, the drop happens at this precise line (#2014) :</p>
<p>this.p.colModel.unshift({name:&#39;cb&#39;,width:isSafari ? ts.p.multiselectWidth+ts.p.cellLayout : ts.p.multiselectWidth,sortable:false,resizable:false,hidedlg:true,search:false,align:&#39;center&#39;,fixed:true});</p>
<p>With multiselect disabled, the drop still happens, but later. I haven&#39;t been able to see when exactly yet.</p>
<p>This is really the only thing that gets dropped. All the rest is working fine. Also for this column, there is a editoptions/value defined, and it works. It&#39;s really just the dataEvents property that disappears in the void.</p>
<p>Is it a known problem? Is there a workaround?</p>
]]></description>
        	        	<pubDate>Fri, 02 Sep 2011 12:49:31 +0300</pubDate>
        </item>
</channel>
</rss>