<?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: 3.5 Custom Format Functions</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/35-custom-format-functions</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/35-custom-format-functions/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on 3.5 Custom Format Functions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/35-custom-format-functions#p7126</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/35-custom-format-functions#p7126</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You should create the function in your code and pass it to the formatter:</p>
<p>var myformatfunc = function(cellval,options,rowdata) {</p>
<p>// do here formatting of the cellval</p>
<p>return formatted_cellval;</p>
<p>}</p>
<p>Then in your colModel</p>
<p>colModel : [</p>
<p>....</p>
<p>{name : &#39;myname&#39;, formatter : myformatfunc...},</p>
<p>....</p>
<p>]</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 09 Jun 2009 07:34:48 +0300</pubDate>
        </item>
        <item>
        	<title>casperd on 3.5 Custom Format Functions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/35-custom-format-functions#p7088</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/35-custom-format-functions#p7088</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Where do we need to create the custom formatter fucntions (jqGrid 3.5)? In the language file, or in the jquery.jqGrid.min.js file?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Fri, 05 Jun 2009 15:58:46 +0300</pubDate>
        </item>
</channel>
</rss>