<?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: Subgrid toggle button</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-toggle-button</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/subgrid-toggle-button/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Subgrid toggle button</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-toggle-button#p4278</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-toggle-button#p4278</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Better approach is to unbind the click(toggle) of the element.</p>
<p>Something like (never tested)</p>
<p>if you want to unbind the toggle of the subgrid with id =rowid then</p>
<p>$("td:eq(0)",rowid).unbind("toggle").</p>
<p>Suppose the subgrid column is the first.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 31 Jan 2009 11:05:42 +0200</pubDate>
        </item>
        <item>
        	<title>Chick on Subgrid toggle button</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-toggle-button#p4277</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-toggle-button#p4277</guid>
        	        	<description><![CDATA[<p>Hi guys,</p>
<p>Is it possible to specify which rows will have subgrid toggle buttons? I would like to do this in my XML data string.</p>
</p>
<p>Now, I do that this way:&#160; I normaly load data with .addXmlData(&#8230;) and then in onComplete event I unbind first cell and hide first cell&#39;s img tag of each row I dont want to have subgrid for.</p>
<p>But this solution has two failures: first, you can see all toggle buttons for a moment. And second, rows with hidden subgrid toggle images are thinner than other grid rows.</p>
<p>Solution should be not showing data immediately after .addXmlData(&#8230;), do the staff in onComplete event and then show modified data to user, but I dont know if is this possible?</p>
<p>Chick</p>
]]></description>
        	        	<pubDate>Sat, 31 Jan 2009 09:39:49 +0200</pubDate>
        </item>
</channel>
</rss>