<?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: Custom Formatter not called</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/custom-formatter-not-called</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/bugs/custom-formatter-not-called/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Custom Formatter not called</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/custom-formatter-not-called#p8911</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/custom-formatter-not-called#p8911</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try this:</p>
<p>function linkFriendlyFmtr(cellval,opts,rowData){</p>
<p>return "&#60;a href=&#39;"+opts.rowId+"&#39;&#62;"+cellval+"&#60;/a&#62;";</p>
<p>}</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 22 Aug 2009 02:26:16 +0300</pubDate>
        </item>
        <item>
        	<title>canos on Custom Formatter not called</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/custom-formatter-not-called#p8877</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/custom-formatter-not-called#p8877</guid>
        	        	<description><![CDATA[<p>I&#161;m trying to develope a custom formatter (a kind of url-friendly showlink)... as docs says I have type:</p>
</p>
<p>linkFriendlyFmtr = function (el, cellval, opts){</p>
<p><span> </span></p>
<p>&#160;&#160; &#160;$(el).html(formatLinkFriendly(cellval, opts.rowId));</p>
<p>}</p>
</p>
<p>function formatLinkFriendly(val,href){</p>
<p>&#160;&#160; return &#39;&#60;a href="&#39;+href+&#39;"&#62;&#39;+val+&#39;&#60;/a&#62;&#39;;</p>
<p>}</p>
</p>
<p>it just doesnt get called!!</p>
<p>I have github the project, I think&#160;fireFormatter is not triggering the correct params.</p>
<p>line 415 on file:&#160;jquery.fmatter.js</p>
</p>
<p>best regards</p>
]]></description>
        	        	<pubDate>Fri, 21 Aug 2009 03:24:01 +0300</pubDate>
        </item>
</channel>
</rss>