<?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: Open link in cell via function and keep class </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/open-link-in-cell-via-function-and-keep-class</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/open-link-in-cell-via-function-and-keep-class/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>qwerty on Open link in cell via function and keep class </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/open-link-in-cell-via-function-and-keep-class#p25302</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/open-link-in-cell-via-function-and-keep-class#p25302</guid>
        	        	<description><![CDATA[<p>With the formatting function &#60;a href="&#39; + getFile(cellValue) + &#39;" class="list_d" &#62;Link&#60;/a&#62;&#39; a valid link is created.</p>
<p>When clicked on this URL the TopUp windows appears and shows the Flash Movie.</p>
</p>
<p>Now I would like to show the URL with TopUp window when pressed on Enter:</p>
<p>"onEnter" : function( rowid ) {&#160; <br />&#160;var rowData = jQuery(this).getRowData(rowid); <br />&#160;var filename= rowData[&#39;filename&#39;];</p>
<p>&#160;jQuery(&#39;a[href="&#39;+ filename+ &#39;"]&#39;).addClass(&#39;#list_d&#39;).attr(&#39;target&#39;, "_blank").click();</p>
</p>
<p>But the Topup window does not show.&#160; Any suggestions/ideas are appreciated.</p></p>
]]></description>
        	        	<pubDate>Fri, 02 Dec 2011 10:37:19 +0200</pubDate>
        </item>
</channel>
</rss>