<?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: Treegrid formatter link problem during fire</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-formatter-link-problem-during-fire</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/treegrid-formatter-link-problem-during-fire/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>doppiaemme on Treegrid formatter link problem during fire</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-formatter-link-problem-during-fire#p30248</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-formatter-link-problem-during-fire#p30248</guid>
        	        	<description><![CDATA[<p>Hi folks,</p>
<p>i&#39;m using jqgrid and exactly i&#39;m using treegrid.</p>
<p>During costruction, i use a custom formatter to add link to every row... in my action link i create my link and then i add the click event on loadComplete of my treegrid.</p>
<p>this is my code:</p>
<p>this is my custom action column</p>
<p>{ name: &#39;Action_Link&#39;, index: &#39;Action_Link&#39;, align: &#39;center&#39;, formatter: addLinks }</p>
<p>this is my function:</p>
<p>&#160; &#160; &#160; &#160; &#160; &#160; var link = &#39;&#39;;&#160; &#160; &#160; &#160; &#160; &#160; var action = rowObject.DmcNcAction;function addLinks(cellvalue, options, rowObject) {...</p>
<p>where i build my custom link, then i add button event for every link:</p>
<p>&#160;function Add() {&#160; &#160; &#160; &#160; &#160; &#160;&#160;</p>
<p>$("button[id^=&#39;plus-&#39;]").on(&#39;click&#39;, function (e) { ...</p>
</p>
<p>this is my problem. i call add function in jqgrid loadComplete event...but there different problem during click...</p>
<p>where is the problem?</p>
<p>thanks in advance,</p>
</p>
<p>Marco</p></p>
]]></description>
        	        	<pubDate>Fri, 14 Feb 2014 18:51:56 +0200</pubDate>
        </item>
</channel>
</rss>