<?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: afterInsertRow</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/afterinsertrow</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/afterinsertrow/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>fzimmer on afterInsertRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/afterinsertrow#p18345</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/afterinsertrow#p18345</guid>
        	        	<description><![CDATA[<p>Hi folks,</p>
<p>I know this problem very well and I have no solution yet. If anyone solved this problem in his work, please let us know.</p>
</p>
<p>Greez</p>
<p>fzimmer<img class="spSmiley" style="margin:0" title="Confused" src="/blog/wp-content/forum-smileys/sf-confused.gif" alt="Confused" /></p>
]]></description>
        	        	<pubDate>Thu, 01 Jul 2010 09:27:14 +0300</pubDate>
        </item>
        <item>
        	<title>thaham on afterInsertRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/afterinsertrow#p18284</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/afterinsertrow#p18284</guid>
        	        	<description><![CDATA[<p>Hello everyone,</p>
<p>the jqGrid is a great tool and we are evaluating to implement this to our companies software developement standard.</p>
<p>Unfortunately we have a recent problem using jqGrids "afterInsertRow" method in conjunction with jquery&#39;s "attr" method.</p>
<p>The problem is as follows:</p>
<p>After we added an "onclick" attribute into each table row, using jquery&#39;s "attr" method, the Internet Explorer (7) ignores this parameter. With Firefox it work fine.</p>
<p>Does anyone has experienced problems like this before?</p>
<p>We would appreciate any hint that point us to the reason!</p>
<p>&#160; </p>
<p>Here is the code:</p>
<p>jQuery(document).ready(function(){<br />&#160; function ModifyGridRow (rowid,rowdata,rowelem) {<br />&#160;&#160; &#160;&#160;&#160; &#160;$("#"+rowid).attr(&#39;onmouseover&#39;, &#39;javascript:alert(&#39;hallo&#39;);&#39;);<br />&#160; }<br />&#160; jQuery(&#39;#list&#39;).jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160; url:&#39;/cgi-bin/ajaxresponders/HubZuordnungAjax.pl&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;,datatype: &#39;json&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;,mtype: &#39;POST&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;,caption: &#39;jquery attr test&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;,sortname: &#39;HUBSTDORT&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;,sortorder: "asc"<br />&#160;&#160; &#160;&#160;&#160; &#160;,colNames:[&#39;ID&#39;, &#39;Bundesland&#39;, &#39;HUB-Standort&#39;]<br />&#160;&#160; &#160;&#160;&#160; &#160;,colModel :[<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;ID&#39;, index:&#39;ID&#39;, key:true,&#160;&#160;&#160;&#160; title:false, hidden:true}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; ,{name:&#39;BLANDNAME&#39;, index:&#39;BLANDNAME&#39;, title:false}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; ,{name:&#39;HUBSTDORT&#39;, index:&#39;HUBSTDORT&#39;, title:false}<br />&#160;&#160; &#160;&#160;&#160; &#160;]<br />&#160;&#160; &#160;&#160;&#160; &#160;,afterInsertRow:ModifyGridRow<br />&#160; })<br />});</p>
<p>If we use the plain HTML code of the DOM structure, copied from the firebug or DOM Browser, the MS Internet Explorer works fine <img class="spSmiley" style="margin:0" title="Confused" src="/blog/wp-content/forum-smileys/sf-confused.gif" alt="Confused" /></p>
</p>
<p>thanks in advance</p>
<p>thaham</p>
]]></description>
        	        	<pubDate>Wed, 30 Jun 2010 10:24:51 +0300</pubDate>
        </item>
</channel>
</rss>