<?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: hyperlink cells</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells</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/hyperlink-cells/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Jim P on hyperlink cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p4962</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p4962</guid>
        	        	<description><![CDATA[<p>Code example of linking to a page from a cell inside a grid.&#160; This links to a Cold Fusion page and passes a key value.</p>
<p>&#160;&#160;&#160;&#160;onCellSelect: function(rowid,iCol,cellcontent){<br />&#160;&#160;&#160;&#160;&#160;&#160; if (iCol == 1) // link on this column using its data<br />&#160;&#160;&#160;&#160;&#160;&#160; {&#160; <br />&#160;&#160;&#160;&#160;&#160;window.location.href = "casedetails.cfm?cid="+cellcontent; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160; if (iCol == 3) // link on this column using its data<br />&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; window.location.href = "sitedetails.cfm?sid="+cellcontent; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;},</p>
<p>Note: I tried using the new colmodel formatter property but it broke my subgrid functionality.&#160; I&#39;m sure that Tony will fix that in future releases.&#160; Until then this will get the job done.</p>
]]></description>
        	        	<pubDate>Wed, 25 Feb 2009 14:26:28 +0200</pubDate>
        </item>
        <item>
        	<title>tony on hyperlink cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p2459</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p2459</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you for the recommendation</p>
<p>This is one of common thinks that I have discussed with a Reg. We both agree that this is needed, but as you known this requiere a lot of time and work. ( We boot have another engagements)</p>
<p>We must make a common decision about the future</p>
<p>development of jqGrid.</p>
<p>I think that everybody will be happy.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 09 Oct 2008 14:06:47 +0300</pubDate>
        </item>
        <item>
        	<title>YamilBracho on hyperlink cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p2458</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p2458</guid>
        	        	<description><![CDATA[<p>Great idea...!</p>
<p>I will be really happy to contribute</p>
]]></description>
        	        	<pubDate>Thu, 09 Oct 2008 13:59:55 +0300</pubDate>
        </item>
        <item>
        	<title>las111 on hyperlink cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p2456</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p2456</guid>
        	        	<description><![CDATA[<p>Thanks for the prompt reply.</p>
<p>&#160;By the way, would it be pratical to for the community to post examples of how they are using jqGrid? Something like a recipes section? This might make it easier to expand documentation across multiple platforms (assuming there are differences) and usage scenarios.</p>
]]></description>
        	        	<pubDate>Thu, 09 Oct 2008 13:48:51 +0300</pubDate>
        </item>
        <item>
        	<title>tony on hyperlink cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p2450</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p2450</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry that the docs are not ready jet, but there is a new event</p>
<p>onCellSelect(rowid, iCol, v) which fires when you click on cell (if defined)</p>
<p>rowid is the id of the row</p>
<p>iCol is the index of the column</p>
<p>v is the value</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 09 Oct 2008 13:04:45 +0300</pubDate>
        </item>
        <item>
        	<title>las111 on hyperlink cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p2446</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hyperlink-cells#p2446</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>&#160;I looked in the docs, demos and forums and didn&#39;t see a clear cut way to setup an onclick event for an individual cell that would allow me to perform some action such as navigate to another window.</p>
<p>Using FireFox I manually edited the html to add an onclick handler to a cell just to see what would happen but it killed other functionality like multiselect</p>
<p>Thanks...</p>
]]></description>
        	        	<pubDate>Thu, 09 Oct 2008 11:41:54 +0300</pubDate>
        </item>
</channel>
</rss>