<?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 event didn't fire for every row.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-event-didnt-fire-for-every-row</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-event-didnt-fire-for-every-row/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>binchen on afterInsertRow event didn't fire for every row.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-event-didnt-fire-for-every-row#p6229</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-event-didnt-fire-for-every-row#p6229</guid>
        	        	<description><![CDATA[<p>The problem was when the values on first column are not unique, the <span style="font-size: x-small;"></span></p>
<p>afterInsertRow will not fire for other rows with the same value.</p>
<p>My work around was to add a hidden first column with unique ids.</p>
<p>
<font size="2"></font></p>
<p>Is this a bug, I missed a property setting?</p></p>
]]></description>
        	        	<pubDate>Wed, 22 Apr 2009 13:56:14 +0300</pubDate>
        </item>
        <item>
        	<title>binchen on afterInsertRow event didn't fire for every row.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-event-didnt-fire-for-every-row#p6227</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-event-didnt-fire-for-every-row#p6227</guid>
        	        	<description><![CDATA[<div id="post6223">
<p>I need some help and don&#39;t know if it is a known bug or not (I posted on Bug Forum also).</p>
<p>I have three jqgrids, one works just fine, but other&#160;two have the same problem&#160;as href links on one column&#160;show up on some rows and do not&#160;show up on other rows. I guess the afterInsertRow event didn&#39;t get to fire on every row.</p>
<p>I am using setCell in afterInsertRow as:<span style="font-size: x-small;"><span style="font-size: x-small;"><span style="font-size: x-small;"><font size="2"></font></span></span></span></p>
<p>afterInsertRow:</p>
<p><span style="font-size: x-small; color: #0000ff;"><span style="font-size: xx-small;">function&#160;</span></span> <span style="font-size: x-small;"><span style="font-size: xx-small;">(rowid, aData, rowelem) {</span></span><span style="font-size: xx-small;"><span style="font-size: x-small; color: #a31515;">&#8220;#gridPatientList&#8221;</span><span style="font-size: x-small;">).setCell(rowid, </span><span style="font-size: x-small; color: #a31515;">&#8220;PatientName&#8221;</span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #a31515;">&#8220;&#60;a href=&#39;icdb/yomama.aspx?ptid=&#8221;</span><span style="font-size: x-small;"> + aData.PatientID + </span><span style="font-size: x-small; color: #a31515;">&#8220;&#39; &#62;&#8221;</span><span style="font-size: x-small;"> + aData.PatientName + </span><span style="font-size: x-small; color: #a31515;">&#8220;&#60;/a&#62;&#8221;</span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #a31515;">&#39;&#39;</span><span style="font-size: x-small;">);</span></span></p>
</p>
<p><span style="font-size: x-small;">jQuery(</span></p>
<p>&#160;}</p>
</div>
]]></description>
        	        	<pubDate>Wed, 22 Apr 2009 13:39:12 +0300</pubDate>
        </item>
</channel>
</rss>