<?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: click event gone after hideCol / showCol</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/click-event-gone-after-hidecol-showcol</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/click-event-gone-after-hidecol-showcol/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>alex_2 on click event gone after hideCol / showCol</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/click-event-gone-after-hidecol-showcol#p27369</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/click-event-gone-after-hidecol-showcol#p27369</guid>
        	        	<description><![CDATA[<p>I found a solution - it seems that the html of the table group header is written each time on show hide</p>
<p>so i simple added the onClick event into the titleText:</p>
<p>{startColumnName: &#39;A&#39;, numberOfColumns: 3, titleText: &#39;&#60;span &#160;onClick="toggleGroup(\&#39;A\&#39;);"&#62;group a&#60;/span&#62;&#39;},</p>
]]></description>
        	        	<pubDate>Sat, 22 Sep 2012 02:42:36 +0300</pubDate>
        </item>
        <item>
        	<title>alex_2 on click event gone after hideCol / showCol</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/click-event-gone-after-hidecol-showcol#p27368</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/click-event-gone-after-hidecol-showcol#p27368</guid>
        	        	<description><![CDATA[<p>hi,</p>
</p>
<p>I use &#160; &#160;</p>
<p>setGroupHeaders with:</p>
<p>groupHeaders:[</p>
<p>&#160; &#160;{startColumnName: &#39;A&#39;, numberOfColumns: 3, titleText: &#39;&#60;span id="group-header-a"&#62;A&#60;/span&#62;&#39;},&#160;</p>
<p>...</p>
<p>and then set a click handler to hide all but the first column in group a on click</p>
<p>&#160;$("#group-header-a").click (function() {</p>
<p>&#160; &#160;... toggle column x, y, z (via&#160;$("#grid").hideCol / showCol</p>
<p>}</p>
<p>my problem:</p>
<p>after unhiding &#160;$("#grid").showCol(["x", "y", "z"]);</p>
<p>the clickhandler $("#group-header-a").click (function() {&#160;</p>
<p>doesnt work any longer</p>
</p>
<p>any ideas?</p></p>
]]></description>
        	        	<pubDate>Sat, 22 Sep 2012 02:26:24 +0300</pubDate>
        </item>
</channel>
</rss>