<?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: How I set the column to accept only strings UPCASE?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase</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/how-i-set-the-column-to-accept-only-strings-upcase/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>adriells on How I set the column to accept only strings UPCASE?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase#p2783</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase#p2783</guid>
        	        	<description><![CDATA[<p>I use the function and is OK! Thanks!</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 10:21:23 +0200</pubDate>
        </item>
        <item>
        	<title>tony on How I set the column to accept only strings UPCASE?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase#p2780</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase#p2780</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry it is my mistake.</p>
<p>Try</p>
<p>&#60;style type="text/css"&#62;<br />input.uppercase {text-transform: uppercase}<br />&#60;/style&#62;</p>
<p>and then</p>
<p>editoptions :{style: &#39;uppercase&#39;&#8230;}</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 09:58:11 +0200</pubDate>
        </item>
        <item>
        	<title>adriells on How I set the column to accept only strings UPCASE?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase#p2777</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase#p2777</guid>
        	        	<description><![CDATA[<p>I&#39;m usingthe code:</p>
<p>...editoptions:{size:64,&#39;text-transform&#39;:&#39;uppercase&#39;}...</p>
<p>But nothing happend. When I Add or Edit, the strings no &#39;uppercase&#39;.</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 09:49:03 +0200</pubDate>
        </item>
        <item>
        	<title>tony on How I set the column to accept only strings UPCASE?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase#p2751</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase#p2751</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>There are some scenarios.( I do not test all of these)</p>
<p>1. Use editoptions</p>
<p>editoptions :{&#39;text-transform&#39;: &#39;uppercase&#39;...}</p>
<p>This will UPCASE these to the user but not when you post them.</p>
<p>2.</p>
<p>function cUpper(cObj)  <br /> {<br /> cObj.value=cObj.value.toUpperCase();<br /> }</p>
<p> After this, in your editoptions use&#160; OnKeyup</p>
<p>editoptions :{onkeyup<em></em>: &#39;return cUpper(this)&#39;...}</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 02:51:57 +0200</pubDate>
        </item>
        <item>
        	<title>adriells on How I set the column to accept only strings UPCASE?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase#p2712</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-i-set-the-column-to-accept-only-strings-upcase#p2712</guid>
        	        	<description><![CDATA[<p>How I set the column to accept only strings UPCASE? I want use only UPCASE strings in Add window and Edit window!</p>
]]></description>
        	        	<pubDate>Mon, 27 Oct 2008 08:35:07 +0200</pubDate>
        </item>
</channel>
</rss>