<?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 problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-problem</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-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>emo.antonov on afterInsertRow problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-problem#p18348</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-problem#p18348</guid>
        	        	<description><![CDATA[<p>You was totally right. When i construct normal grid, without using this application it works like a charm. So i just want to say, thank you again and i&#39;ll take my questions&#160; to their forum. Realy realy great job.</p>
</p>
<p>Best regards,</p>
<p>Emil Antonov.</p>
]]></description>
        	        	<pubDate>Thu, 01 Jul 2010 11:12:36 +0300</pubDate>
        </item>
        <item>
        	<title>tony on afterInsertRow problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-problem#p18310</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-problem#p18310</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry but this a aplication in PHP which I do not know how it work.</p>
<p>Try to construct a grid by hand and test the afterInsertRow - you will see that it will work.</p>
<p>I think you should post your problem not in this forum, but to the authors of the component.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 30 Jun 2010 16:23:58 +0300</pubDate>
        </item>
        <item>
        	<title>emo.antonov on afterInsertRow problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-problem#p18135</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/afterinsertrow-problem#p18135</guid>
        	        	<description><![CDATA[<p>Hi guys, i have problem with afterInsertRow event. When i try to attach it when create grid like this:<br />$grid-&#62;setJqgParams(array(&#39;caption&#39; =&#62; &#39;Feedback&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;, &#39;afterInsertRow&#39; =&#62; "function(rowid, aData){switch (aData.name) { case &#39;New&#39;: jQuery(&#39;#jqg_Bvb_Grid_Deploy_JqGrid&#39;).jqGrid(&#39;setCell&#39;,rowid,&#39;status&#39;,&#39;&#39;,{color:&#39;green&#39;}); break; }"));</p>
<p>And nothing happens.</p>
<p>The other way i have tried is to attach it on document ready:</p>
<p>$(document).ready(function() { <br />&#160;&#160; &#160;$(&#39;#jqg_Bvb_Grid_Deploy_JqGrid&#39;).jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;afterInsertRow: function(rowid, aData){ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;alert(1);<br />&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;}); <br />});</p>
<p>And the event is fired, but grid is broken, i see only 1px of it.</p>
<p>So my question is how can i attach this event without breaking the grid</p>
]]></description>
        	        	<pubDate>Wed, 23 Jun 2010 10:18:30 +0300</pubDate>
        </item>
</channel>
</rss>