<?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: Showlink does not work</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work</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/showlink-does-not-work/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>bobstamp on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p17036</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p17036</guid>
        	        	<description><![CDATA[<p>I&#39;m having a similar problem where with &#39;showlink&#39; not working correctly.&#160;</p>
<p>Here is my SQL statement:</p>
<p>SELECT &#160;Cast(t1.ProposalID as varchar) as proposalid, &#160;t1.proposalno, t1.proposalsur</p>
<p>&#8230;.</p>
<p>The proposalid is an int field, but as far as I can tell &#8230; it should be returned as a varchar. &#160;</p>
<p>The data does display correctly in the grid, but not as a link.</p>
</p>
<p>If i change the SQL statement to be:</p>
<p>SELECT &#39;a&#39; + Cast(t1.ProposalID as varchar) as proposalid, &#160;t1.proposalno, t1.proposalsur</p>
<p>&#8230;.</p>
</p>
<p>then the link appears and works as expected. &#160;(However the link does not work because of the added &#39;a&#39;)</p>
</p>
<p>I have, what I believe is the latest version downloaded &#8230;. jquery.jqGrid-3.6.5</p>
<p>Any help would be appreciated.</p></p>
]]></description>
        	        	<pubDate>Mon, 10 May 2010 17:59:47 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p16191</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p16191</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Fixed. Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 03 Apr 2010 14:53:43 +0300</pubDate>
        </item>
        <item>
        	<title>iknowkungfoo on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p16048</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p16048</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>The code above tell you why!</p>
<p>if(isString(cellval))</p>
<p>....</p>
<p>Will fix it.</p>
<p>Best Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Tony, has this fix been rolled into any downloadable file?</p>
]]></description>
        	        	<pubDate>Tue, 30 Mar 2010 20:37:31 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14690</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14690</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The code above tell you why!</p>
<p>if(isString(cellval))</p>
<p>....</p>
<p>Will fix it.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 10 Feb 2010 15:29:00 +0200</pubDate>
        </item>
        <item>
        	<title>meenakship on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14589</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14589</guid>
        	        	<description><![CDATA[<p>I am using formatter: &#39;showlink&#39; option to display cell as link.</p>
<p>It works fine as ling as the cell value is string. If the cell value is number, it does not show link.</p>
<p>I used the console.log( $("#mygrid").getGridParam(&#39;colModel&#39;) ); option and it is displaying all parameters correctly.</p>
<p>Any idea?</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Fri, 05 Feb 2010 18:49:13 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14273</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14273</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>@Johannes</p>
<p>The only thing if I see the code is - if your value a string. We make this checking for show link</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3327' value='Select Code' data-codeid='sfcode3327' /></p>
<div class='sfcode' id='sfcode3327'>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(isString(cellval)) {&#160;&#160; &#160;//add this one even if its blank string<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;return "&#60;a "+target+" href="" + idUrl + ""&#62;" + cellval + "&#60;/a&#62;";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }else {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;return $.fn.fmatter.defaultFormat(cellval,opts);<br />&#160;&#160; &#160;&#160;&#160;&#160; }</p>
</div>
<p>@newperson</p>
<p>You can at write your own custom formatter if the provided does not meet your needs.</p>
</p>
<p>Best Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Tue, 26 Jan 2010 17:41:15 +0200</pubDate>
        </item>
        <item>
        	<title>newperson on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14229</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14229</guid>
        	        	<description><![CDATA[<p>Hey I saw this post so the idea came to me that I could use this on my grid to point to interesting data.</p>
<p>Everything was going good until I wanted to use data inside my cells.</p>
<p>My question is: I want to use data inside my cell to put on the link, is the showlink restricted to id fields only, it seems to be hard coded and there isn&#39;t an option to specify anything regarding posting cell values. Would I need a custom formatter to do this?</p>
<p>I was able to get the basic example to work but it&#39;s using the id not other cell values</p>
<p>-&#62; <a onclick="pageTracker._trackPageview(&#39;/outbound/article/http://ubuntu/openaudit/system.php?pc=SW4257200001&#38;view=summary&#39;);" href="http://ubuntu/openaudit/system.php?pc=SW4257200001&#38;view=summary" target="_blank"></a><a href="http://ubuntu/openaudit/system" rel="nofollow" target="_blank">http://ubuntu/openaudit/system</a>.....ew=summary</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8860' value='Select Code' data-codeid='sfcode8860' /></p>
<div class='sfcode' id='sfcode8860'>
<p>{name:&#39;computer&#39;,index:&#39;system_uuid&#39;, width:85, formatter:&#39;showlink&#39;, formatoptions:{baseLinkUrl:&#39;<a href="http://ubuntu/openaudit/system.php&#038;#39" rel="nofollow" target="_blank"><a href="http://ubuntu/openaudit/system" rel="nofollow">http://ubuntu/openaudit/system</a>.....p&#038;#39</a>;, addParam: &#39;&#38;view=summary&#39;, idName:&#39;pc&#39;}},<br />&#160;</p>
</div>
<p>Now I have service tags that I&#39;d like to link to the dell website, however these service tags aren&#39;t id&#39;s they are cell values.</p>
<p><strong>I was not able to get this to work it returns</strong></p>
<p>-&#62;<a href="http://support.dell.com/support/topics/global.aspx/support/my_systems_info/en/details?c=us&#038;l=en&#038;s=biz&#038;cs=usbsdt1&#038;servicetag=SW4257200001" rel="nofollow" target="_blank"><a href="http://support.dell.com/suppor" rel="nofollow">http://support.dell.com/suppor</a>.....4257200001</a></p>
<p>*SW4257200001 is data retrieved using json and this is the id field which I don&#39;t need</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4497' value='Select Code' data-codeid='sfcode4497' /></p>
<div class='sfcode' id='sfcode4497'>
<p>&#160;{name:&#39;svctag&#39;,index:&#39;system_id_number&#39;, width:60, align:"center", formatter:&#39;showlink&#39;, formatoptions:{baseLinkUrl:&#39;<a href="http://support.dell.com/support/topics/global.aspx/support/my_systems_info/en/details&#038;#39" rel="nofollow" target="_blank"><a href="http://support.dell.com/suppor" rel="nofollow">http://support.dell.com/suppor</a>.....s&#038;#39</a>;, idName:&#39;c=us&#38;l=en&#38;s=biz&#38;cs=usbsdt1&#38;servicetag&#39;}},</p>
</div>
<p>system_id_number is:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1440' value='Select Code' data-codeid='sfcode1440' /></p>
<div class='sfcode' id='sfcode1440'>
<p>$responce-&#62;rows[$i][&#39;cell&#39;]=array($row[system_uuid],$row[system_model],$row[system_id_number],$row[system_os_name]);</p>
</p>
</div>
<p><a onclick="pageTracker._trackPageview(&#39;/outbound/article/http://support.dell.com/support/topics/global.aspx/support/my_systems_info/en/details?c=us&#38;l=en&#38;s=biz&#38;cs=usbsdt1&#38;servicetag=SW4257200002&#39;);" href="http://support.dell.com/support/topics/global.aspx/support/my_systems_info/en/details?c=us&#38;l=en&#38;s=biz&#38;cs=usbsdt1&#38;servicetag=SW4257200002" target="_blank"></a></p>
</p>
<p>Thanks and hope this makes sense.</p>
]]></description>
        	        	<pubDate>Mon, 25 Jan 2010 10:29:15 +0200</pubDate>
        </item>
        <item>
        	<title>jogep on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14221</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14221</guid>
        	        	<description><![CDATA[<p>Other Formatters like Link, Date, Integer working. Is showlink in an differnt modul?</p>
</p>
<p>Best Regards</p>
</p>
<p>Johannes Geppert</p>
]]></description>
        	        	<pubDate>Sun, 24 Jan 2010 21:37:51 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14210</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14210</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Everthing seem to be OK, so I think that something is not loaded. The formatter does not depend on any other module</p>
<p>When you have the grid please check at the top which modules do you have.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 24 Jan 2010 18:30:20 +0200</pubDate>
        </item>
        <item>
        	<title>jogep on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14175</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14175</guid>
        	        	<description><![CDATA[<p><a href="http://www.jgeppert.com/struts2-jquery/colModel.jpeg"><img src="http://www.jgeppert.com/struts2-jquery/colModel.jpeg" width="100"  style="vertical-align: middle;" class="spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class=" sfmouseother" alt="Image Enlarger" /></a></p></p>
]]></description>
        	        	<pubDate>Fri, 22 Jan 2010 15:40:22 +0200</pubDate>
        </item>
        <item>
        	<title>jogep on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14174</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14174</guid>
        	        	<description><![CDATA[<p><a href="http://www.jgeppert.com/struts2-jquery/colModel.jpeg"><img src="http://www.jgeppert.com/struts2-jquery/colModel.jpeg" width="100"  style="vertical-align: middle;" class="spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class=" sfmouseother" alt="Image Enlarger" /></a></p></p>
]]></description>
        	        	<pubDate>Fri, 22 Jan 2010 15:12:45 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14160</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14160</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please dump the colModel after the grid is created, and see what you have for this column</p>
<p>comething like (using FireBug)</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8761' value='Select Code' data-codeid='sfcode8761' /></p>
<div class='sfcode' id='sfcode8761'>
<p>console.log( $("#mygrid").getGridParam(&#39;colModel&#39;) );</p>
</div>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 22 Jan 2010 14:16:43 +0200</pubDate>
        </item>
        <item>
        	<title>jogep on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14075</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14075</guid>
        	        	<description><![CDATA[<p>It does not render a link. When i use a <em>custom </em>formatter I can render a Link,</p>
<p>also when I use the <em>link</em> formatter.</p>
<p>But when I use the <em>showlink </em>formatter I got only a cell with value but it is not</p>
<p>rendered as Link.</p>
</p>
<p>I try it with various combinations of formatoptions but no way.</p>
<p>Are there any dependencies to use this formatter?</p>
</p>
<p>Thanks for your help</p>
</p>
<p>Johannes</p>
]]></description>
        	        	<pubDate>Wed, 20 Jan 2010 10:29:43 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14032</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p14032</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m not sure what you do, but there is a demo with such example and it works ok.</p>
<p>What does not work actually?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 19 Jan 2010 11:24:40 +0200</pubDate>
        </item>
        <item>
        	<title>jogep on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p13941</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p13941</guid>
        	        	<description><![CDATA[<p>I try it like your suggestion with this</p>
<pre id="line19">formatoptions = { baseLinkUrl : &#39;/jquery-grid/grid.action&#39;, target : &#39;_new&#39; };</pre>
<p>But without Success. Are there any prerequistes for showlink formatter?</p>
<p>I have read your Example, why there is set the formatter to "select"instead of "showlink" in the Wiki?</p>
]]></description>
        	        	<pubDate>Fri, 15 Jan 2010 17:34:05 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p13914</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p13914</guid>
        	        	<description><![CDATA[<p>Hello&#160;</p>
<p>replave the values of baseLinkUrl and showAction</p>
<p>Good reading of docs sometimes help&#160;</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter#showlink_example" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....nk_example</a></p></p>
]]></description>
        	        	<pubDate>Thu, 14 Jan 2010 21:35:11 +0200</pubDate>
        </item>
        <item>
        	<title>jogep on Showlink does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p13891</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/showlink-does-not-work#p13891</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I try to format a Column as Link. I try it with different Options but it never renders a Link for me.</p>
</p>
<pre id="line11">employeenumber = {};<br /><br />employeenumber.name = "salesemployee.employeenumber";<br /><br />employeenumber.jsonmap = "salesemployee.employeenumber";<br /><br />employeenumber.index = "salesemployee.employeenumber";<br /><br />employeenumber.formatter = "showlink";<br /><br />employeenumber.formatoptions = { baseLinkUrl : &#39;&#39;, showAction : &#39;/jquery-grid/grid.action&#39;, addParam : &#39;&#38;amp;action=show&#39;, target : &#39;_new&#39; };<br /><br />employeenumber.editable = false;<br /><br />gridloadtable_colnames.push("Employee");<br /><br />gridloadtable_colmodels.push(employeenumber);<br /><br />Does anyone have an suggestion?<br /><br />Johannes<br /><br /></pre>
]]></description>
        	        	<pubDate>Thu, 14 Jan 2010 12:54:01 +0200</pubDate>
        </item>
</channel>
</rss>