<?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: Currency and Pound Symbol prefix</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix</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/currency-and-pound-symbol-prefix/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>michaelg on Currency and Pound Symbol prefix</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix#p22099</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix#p22099</guid>
        	        	<description><![CDATA[<p>Thanks very much for your post Tony.&#160; I will try these out</p>
</p>
<p>Cheers,</p>
<p>Michael</p>
]]></description>
        	        	<pubDate>Wed, 16 Feb 2011 03:04:55 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Currency and Pound Symbol prefix</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix#p22092</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix#p22092</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I will try to explain the problem:</p>
</p>
<p>When the number is created we create it with&#160; &#38;pound;. Actually this is a html representation for the Pound.&#160;</p>
<p><a href="http://www.ascii.cl/htmlcodes.htm" rel="nofollow" target="_blank">http://www.ascii.cl/htmlcodes.htm</a></p>
<p>3. Make your own custom checking function - something like currency (this type of checking is mussed in our package)</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....mmon_rules</a></p>
<p>(See custom checking example)</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 15 Feb 2011 09:56:46 +0200</pubDate>
        </item>
        <item>
        	<title>michaelg on Currency and Pound Symbol prefix</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix#p22091</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix#p22091</guid>
        	        	<description><![CDATA[<p>Hey guys,</p>
</p>
<p>Just wondering if anyone has come across a solution for this - would greatly appreciate any input</p>
<p>Cheers,</p>
<p>Michael</p>
]]></description>
        	        	<pubDate>Tue, 15 Feb 2011 09:29:42 +0200</pubDate>
        </item>
        <item>
        	<title>michaelg on Currency and Pound Symbol prefix</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix#p20499</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix#p20499</guid>
        	        	<description><![CDATA[<p>Does anyone have any clues about this one? It&#39;s got me stumped, and my site goes live in a few days <img class="spSmiley" style="margin:0" title="Surprised" src="/blog/wp-content/forum-smileys/sf-surprised.gif" alt="Surprised" /></p>
</p>
<p>Any suggestions or help would be greatly appreciated</p>
</p>
<p>Cheers,</p>
<p>Michael</p>
]]></description>
        	        	<pubDate>Wed, 27 Oct 2010 01:44:42 +0300</pubDate>
        </item>
        <item>
        	<title>michaelg on Currency and Pound Symbol prefix</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix#p20426</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/currency-and-pound-symbol-prefix#p20426</guid>
        	        	<description><![CDATA[<p>Hi Everyone,</p>
<p>I&#39;m hoping someone has a solution to this problem (i&#39;ve searched the forrum and can&#39;t find a solution there).</p>
<p>In my grid, i have some currency columns defined as ...</p>
<p>{ name: &#39;Rate&#39;, index: &#39;4&#39;, editable: true, edittype: &#39;text&#39;, search: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editrules: { edithidden: true, number: true }, formatter: &#39;currency&#39;, align: &#39;right&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; formatoptions: { decimalSeparator: ".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: "", prefix: "&#38;pound;" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; hidden: false, hidedlg: true, width: widthItemAddToJobRate<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</p>
</p>
<p>... to prefix the currency with a british pound symbol, rather than the $ symbol.</p>
<p>The grid displays fine (the british pound is displayed).&#160; However, in inline edit when I try to save a value such as &#163;150.00 i get an error message as follows ...</p>
<p>&#163;150.00 Rate: Please, enter valid number</p>
<p>... is there any solution to this problem, or do I need to forget about using the &#39;currency&#39; formatter with the british pound?</p>
</p>
<p>Thanks,</p>
<p>Michael</p>
]]></description>
        	        	<pubDate>Fri, 22 Oct 2010 11:18:26 +0300</pubDate>
        </item>
</channel>
</rss>