<?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: inputs with uppercase</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/inputs-with-uppercase</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/inputs-with-uppercase/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on inputs with uppercase</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inputs-with-uppercase#p27923</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inputs-with-uppercase#p27923</guid>
        	        	<description><![CDATA[<p>Hello sebastiancb,</p>
<p>you can do two things:</p>
<p>1) use option</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9547' value='Select Code' data-codeid='sfcode9547' /></p>
<div class='sfcode' id='sfcode9547'>editoptions: { style: &#34;text-transform: uppercase&#34; }</div>
<p>to display the text directly in uppercase. It will display the thex in uppercase only, but not convert the data.</p>
<p>2) conver the data from the corresponding column in upper case. In case of usage form editing you can use beforeSubmit callback which you can set for example expanding $.jgrid.edit:$</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7653' value='Select Code' data-codeid='sfcode7653' /></p>
<div class='sfcode' id='sfcode7653'>.extend($.jgrid.edit, {<br />&#160; &#160; beforeSubmit: function (postData) {<br />&#160; &#160; &#160; &#160; postData.name = postData.name.toUpperCase();<br />&#160; &#160; &#160; &#160; return [true, &#39;&#39;];<br />&#160; &#160; }<br />});&#160;</div>
<p>In the above example the column "name" will be converted to upper case.</p>
<p>You can see the demo which do almost all described above in <a href="http://stackoverflow.com/a/8027332/315935" target="_blank">the old answer</a>.</p>
<p>Best regards<br />Oleg</p></p>
]]></description>
        	        	<pubDate>Mon, 17 Dec 2012 10:26:41 +0200</pubDate>
        </item>
        <item>
        	<title>sebastiancb on inputs with uppercase</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inputs-with-uppercase#p27922</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inputs-with-uppercase#p27922</guid>
        	        	<description><![CDATA[<p>Is there any way to convert the text inputs in the forms in uppercase? please if somebody knows how ,tell me, thanks</p>
]]></description>
        	        	<pubDate>Sun, 16 Dec 2012 05:38:55 +0200</pubDate>
        </item>
</channel>
</rss>