<?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: onSelectRow deselect issue...</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/onselectrow-deselect-issue</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/onselectrow-deselect-issue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>RonConrad on onSelectRow deselect issue...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/onselectrow-deselect-issue#p27174</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/onselectrow-deselect-issue#p27174</guid>
        	        	<description><![CDATA[<p>I&#39;m trying to find a way to turn the Selected state off after I&#39;ve called the URL of the program I am calling...the code acts like it is doing Multiple Selects of the rows.&#160; I am wanting to retain the filters, and the sorting of my grid which it does.</p></p>
]]></description>
        	        	<pubDate>Tue, 21 Aug 2012 23:44:07 +0300</pubDate>
        </item>
        <item>
        	<title>RonConrad on onSelectRow deselect issue...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/onselectrow-deselect-issue#p27173</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/onselectrow-deselect-issue#p27173</guid>
        	        	<description><![CDATA[<p>I have an onSelectRow function in my jqGrid that I have calling another program (passing the BLDGCODE column data).&#160; That program opens in a new window...once that window is closed, I am back to the grid the way I left it (the desired effect).&#160; Unfortunately the row I selected remains highlighted when the move the mouse up and down the grid.&#160; Here is my code:</p>
</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; onSelectRow: function (id) {&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;// If user selects a row, call the page that displays building info.<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var listid = jQuery(&#39;#list&#39;).getCell(id, "BLDGCODE");<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var theEntireURL = (window.location.href);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var endOfString = theEntireURL.indexOf("jqGridFilterExample");<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var theURL = theEntireURL.substr(0,endOfString)+&#39;DisplayBuildingFG.cfm?BuildingCode=&#39;+listid;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(window.open(rtrim(theURL)));<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},</p>
<p>How can I deselect the row once control is back to this browser window so it functions like it does when I refresh?</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Tue, 21 Aug 2012 22:09:30 +0300</pubDate>
        </item>
</channel>
</rss>