<?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: .live("click", handler) inside a grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid</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/liveclick-handler-inside-a-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on .live("click", handler) inside a grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p16300</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p16300</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Will try to reproduce this.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 08 Apr 2010 13:07:51 +0300</pubDate>
        </item>
        <item>
        	<title>tibi7000 on .live("click", handler) inside a grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p16249</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p16249</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Which version of jQuery is used?</p>
<p>Best Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>I&#39;m using JQGrid&#160;3.6.4, with jquery 1.3.2 and UI 1.7.2.</p>
</p>
<p>Live works with the "click" event in this version, I&#39;ve tested with a simple button outside the grid.</p>
</p>
<p>Tibi</p>
]]></description>
        	        	<pubDate>Tue, 06 Apr 2010 10:01:20 +0300</pubDate>
        </item>
        <item>
        	<title>tony on .live("click", handler) inside a grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p16206</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p16206</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which version of jQuery is used?</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 03 Apr 2010 16:47:38 +0300</pubDate>
        </item>
        <item>
        	<title>tibi7000 on .live("click", handler) inside a grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p16139</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p16139</guid>
        	        	<description><![CDATA[<p>I tried calling live just after the grid creation, but it doesn&#39;t change a thing, it still doesn&#39;t work.</p>
</p>
<p>Thanks,</p>
<p>Tibi</p>
]]></description>
        	        	<pubDate>Thu, 01 Apr 2010 10:24:42 +0300</pubDate>
        </item>
        <item>
        	<title>tony on .live("click", handler) inside a grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p16091</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p16091</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I will try to test it, but the first that I see is that the live function is called after addRowData and not before.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 31 Mar 2010 18:00:12 +0300</pubDate>
        </item>
        <item>
        	<title>tibi7000 on .live("click", handler) inside a grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p15955</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/liveclick-handler-inside-a-grid#p15955</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I&#39;ve created a grid with buttons in one of the columns(for editing, deleting, printing). The problem is I cannot use .live Jquery function for the click event on these buttons.</p>
</p>
<blockquote>
<p>&#160;&#160;&#160;$("#cp3_linkedMOGrid").jqGrid({<br />&#160;&#160;&#160;&#160;datatype:&#39;local&#39;,<br />&#160;&#160;&#160;&#160;colNames:[&#39;&#39;, &#39;MO name&#39;],<br />&#160;&#160;&#160;&#160;colModel:[<br />&#160;&#160;&#160;&#160;&#160;{name:&#39;icons&#39;, jsonmap:&#39;icons&#39;, sortable:false, search:false, width:110},<br />&#160;&#160;&#160;&#160;&#160;{name:&#39;name&#39;, jsonmap:&#39;name&#39;, index:&#39;name&#39;, search:false, width:100}<br />&#160;&#160;&#160;&#160;],<br />&#160;&#160;&#160;&#160;rowNum:5,<br />&#160;&#160;&#160;&#160;sortname: &#39;name&#39;,<br />&#160;&#160;&#160;&#160;sortorder: "desc",<br />&#160;&#160;&#160;&#160;width:700<br />&#160;&#160;&#160;});<br />&#160;&#160;&#160;<br />&#160;&#160; <br />&#160;&#160;&#160;var rows = $("#cp3_linkedMOGrid").jqGrid(&#39;getDataIDs&#39;).length;<br />&#160;&#160;&#160;$("#cp3_linkedMOGrid").jqGrid(&#39;addRowData&#39;, &#39;example&#39;+rows, <br />&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;icons: "&#60;button class=&#39;cp3_editMO&#39;&#62;&#60;/button&#62;"<br />&#160;&#160;&#160;&#160;&#160;+"&#60;button class=&#39;cp3_deleteMO&#39;&#62;&#60;/button&#62;"<br />&#160;&#160;&#160;&#160;&#160;+"&#60;button&#62;&#60;/button&#62;",<br />&#160;&#160;&#160;&#160;name:&#39;example&#39;+rows<br />&#160;&#160;&#160;&#160;} );<br />&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;<br />&#160;&#160;&#160;$("button.cp3_editMO").live(&#39;click&#39;, cp3_editMO);<br />&#160;&#160;&#160;$("button.cp3_deleteMO").bind(&#39;click&#39;, cp3_editMO);<br />&#160;&#160;&#160;<br />&#160;&#160;&#160;$("tr").live("click", cp3_editMO);</p>
</blockquote>
<p>I&#39;m using 3.6.4, with jquery 1.3.2 and UI 1.7.2.</p>
<p>I&#39;ve also noticed that changing the event type(e.g. mousedown) or using&#160;bind works.</p>
<p>Is this a bug ?</p>
</p>
<p>Thanks a lot,</p>
<p>Tibi</p>
]]></description>
        	        	<pubDate>Thu, 25 Mar 2010 16:12:13 +0200</pubDate>
        </item>
</channel>
</rss>