<?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: TreeGris afterInsertRow</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegris-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/treegrid/treegris-afterinsertrow/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mbiasetti on TreeGris afterInsertRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegris-afterinsertrow#p26418</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegris-afterinsertrow#p26418</guid>
        	        	<description><![CDATA[<p>Hello, I just tried using this event, too. I looked through the source, and it looks like it is intentionally not called.</p>
<p>line 1343:</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit7284' value='Select Code' data-codeid='sfcode7284' /></p><div class='sfcode' id='sfcode7284'>
if(locdata&#160;&#124;&#124;&#160;ts.p.treeGrid===true)&#160;{
	// Not called here
}
if(ts.p.gridview&#160;===&#160;false&#160;)&#160;{
// ...
	if(afterInsRow)&#160;{ts.p.afterInsertRow.call(ts,idr,rd,cur);}
// ...<br />}
</div>
</pre>
<p>Is there a reason for this? My goal was to have a column with some inline buttons, and afterInsertRow is the perfect opportunity to format them.</p>
]]></description>
        	        	<pubDate>Thu, 19 Apr 2012 21:33:55 +0300</pubDate>
        </item>
        <item>
        	<title>josecoronel on TreeGris afterInsertRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegris-afterinsertrow#p25562</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegris-afterinsertrow#p25562</guid>
        	        	<description><![CDATA[<p>Recently I upgrade from 3.8.2 to 4.3.1.</p>
<p>After that event "afterinsertrow" has stopped working. Which used to bind the click function of a checkbox column.</p>
<blockquote>
<p><input type='button' class='sfcodeselect' name='sfselectit2584' value='Select Code' data-codeid='sfcode2584' /></p>
<div class='sfcode' id='sfcode2584'>
<p>&#160;afterInsertRow: function(rowid, rowdata, rowelem) {</p>
<p>&#160; &#160; &#160; &#160; $(&#34;#&#34;+rowid+ &#34; td:eq(7)&#34;, tableDivObject[0]).click(function(e) {</p>
<p><span style=&#34;white-space:pre&#34;> </span>...</p>
<p><span style=&#34;white-space:pre&#34;> </span>})</p>
<p>}</p>
</div>
</blockquote>
<p>I tried to change the code to the event gridComplete, but in this case the rowid information isn&#39;t valid</p>
<p>Any sugestion to solve this problem ?</p>
<p>Thanks, Jose.</p>
]]></description>
        	        	<pubDate>Mon, 02 Jan 2012 19:37:43 +0200</pubDate>
        </item>
</channel>
</rss>