<?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: show link questions</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/show-link-questions</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/show-link-questions/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on show link questions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/show-link-questions#p15882</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/show-link-questions#p15882</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Yes this is true. To achive the desired result you should write your custom formatter.</p>
<p>In the custom formatter you have all the data from the row.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 22 Mar 2010 12:49:54 +0200</pubDate>
        </item>
        <item>
        	<title>cfaddict on show link questions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/show-link-questions#p15845</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/show-link-questions#p15845</guid>
        	        	<description><![CDATA[<p>Here is the column I am trying to add a link for</p>
</p>
<p>colModel : [</p>
<p>{name:&#39;ROWNUMBER&#39;,index:&#39;ROWNUMBER&#39;,hidden:true},</p>
<p>{name:&#39;CAL_MONTH_STR&#39;,index:&#39;CAL_MONTH_STR&#39;,formatter:&#39;showlink&#39;,formatoptions:{baseLinkUrl:&#39;index.cfm&#39;,addParam:&#39;&#38;action=report.revenue-detail&#39;,idName:&#39;strMth&#39;}}</p>
<p>]</p>
</p>
<p>When I do this I end up with a link that looks like this &#160;</p>
<p>index.cfm?strMth=3&#38;action=report.revenue-detail</p>
<p>When in fact I am looking for something like this&#160;</p>
<p>index.cfm?strMth=2009-M12&#38;action=report.revenue-detail</p>
</p>
<p>The value for id seems to be coming from the row number and not the actual column data that I am using show link on. Am I doing something wrong? If not is there a way to tell the link what value to use ?</p>
]]></description>
        	        	<pubDate>Fri, 19 Mar 2010 17:52:33 +0200</pubDate>
        </item>
</channel>
</rss>