<?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: Collapsing to selected rod</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/collapsing-to-selected-rod</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/collapsing-to-selected-rod/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Collapsing to selected rod</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/collapsing-to-selected-rod#p27800</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/collapsing-to-selected-rod#p27800</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>You can use the onSelectRow event. In this event you can use the getDataIDs to get all the ids in the grid.</p>
<p>Since the retun of this function is array with the data id&#39;s (see docs) you can loop and hide all the needed rows except the</p>
<p>selected ( use the selrow parameter which return the selected row)</p>
</p>
<p>You will need then to bind a click event on document (except on the grid) where you do the same procedure, but to show the grid rows.</p>
</p>
<p>I hope this will help - the implementation belong to you <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /></p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Tue, 27 Nov 2012 18:11:09 +0200</pubDate>
        </item>
        <item>
        	<title>SammyD on Collapsing to selected rod</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/collapsing-to-selected-rod#p27796</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/collapsing-to-selected-rod#p27796</guid>
        	        	<description><![CDATA[<p>Thanks for the reply.</p>
</p>
<p>Right now, the grid to defaults, to showing 10 rows of data. When they select (click on) a row, I would like to collapse the other 9 rows (not show them), so the grid will only show the header + the selected row.</p>
<p>When they mouse back over the selected row, then all the rows of the grid will show again.</p>
</p>
<p>As soon as they click on a row (or off the grid), the grid collapses back again to the header + the selected row.</p>
</p>
<p>Does that help?&#160; Thanks a bunch!</p>
]]></description>
        	        	<pubDate>Tue, 27 Nov 2012 16:19:47 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Collapsing to selected rod</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/collapsing-to-selected-rod#p27794</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/collapsing-to-selected-rod#p27794</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>What you mean with <strong>collapse the grid to the selected row</strong>?</p>
<p>Im&#39;little confused to understand this.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Tue, 27 Nov 2012 15:57:47 +0200</pubDate>
        </item>
        <item>
        	<title>SammyD on Collapsing to selected rod</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/collapsing-to-selected-rod#p27789</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/collapsing-to-selected-rod#p27789</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>New to using the grid, and have a question. I have a lengthy grid, that only allows single row selection.</p>
<p>Because of page realestate, is it possible to collapse the grid to the selected row? Or maybe the header and the&#160;selected row?&#160;Then, when they mouse over the row (and/or header), the grid expands and shows itself?&#160; When the user selects a different row, the grid will then collapse again, back to the newly selected row.</p>
</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Mon, 26 Nov 2012 22:24:57 +0200</pubDate>
        </item>
</channel>
</rss>